Update docker-compose.yml to expose port 3306 for ghost-db service

This commit is contained in:
2024-05-25 19:34:41 +08:00
parent 2f8bcc4f94
commit bae5a0d76a
+2
View File
@@ -249,6 +249,8 @@ services:
MYSQL_ROOT_PASSWORD: ${POSTGRES_PASSWORD}
volumes:
- ghost_mysql:/var/lib/mysql
expose:
- 3306
networks:
- db-bridge