mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 15:36:49 +00:00
Update docker-compose.yml to expose port 3306 for ghost-db service
This commit is contained in:
@@ -249,6 +249,8 @@ services:
|
|||||||
MYSQL_ROOT_PASSWORD: ${POSTGRES_PASSWORD}
|
MYSQL_ROOT_PASSWORD: ${POSTGRES_PASSWORD}
|
||||||
volumes:
|
volumes:
|
||||||
- ghost_mysql:/var/lib/mysql
|
- ghost_mysql:/var/lib/mysql
|
||||||
|
expose:
|
||||||
|
- 3306
|
||||||
networks:
|
networks:
|
||||||
- db-bridge
|
- db-bridge
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user