mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
Refactor docker-compose.yml to remove unnecessary network configurations
This commit is contained in:
@@ -249,6 +249,8 @@ services:
|
|||||||
- ghost_mysql:/var/lib/mysql
|
- ghost_mysql:/var/lib/mysql
|
||||||
expose:
|
expose:
|
||||||
- 3306
|
- 3306
|
||||||
|
networks:
|
||||||
|
- net
|
||||||
|
|
||||||
heynote-app:
|
heynote-app:
|
||||||
image: furyhawk/heynote:${HEYNOTETAG:-latest}
|
image: furyhawk/heynote:${HEYNOTETAG:-latest}
|
||||||
|
|||||||
Reference in New Issue
Block a user