Refactor docker-compose.yml to remove unnecessary network configurations

This commit is contained in:
2024-05-26 16:51:03 +08:00
parent c346f75030
commit 5405aec786
+2
View File
@@ -249,6 +249,8 @@ services:
- ghost_mysql:/var/lib/mysql
expose:
- 3306
networks:
- net
heynote-app:
image: furyhawk/heynote:${HEYNOTETAG:-latest}