Merge pull request #517 from Leopere/patch-1

Please don't bind mysql to all interfaces with default credentials in Docker-compose
This commit is contained in:
David Bomba
2024-06-23 13:59:00 +10:00
committed by GitHub

View File

@@ -47,8 +47,6 @@ services:
# For auto DB backups comment out image and use the build block below
# build:
# context: ./config/mysql
ports:
- "3305:3306"
restart: always
env_file: env
volumes: