Update docker-compose.yml

Please don't do this. Default credentials on the sql container in the .env file and then bind blindly 3305 on all interfaces for the public  to log in with ninja//ninja
This commit is contained in:
Leopere
2023-06-23 11:06:27 -04:00
committed by GitHub
parent e5debf03d4
commit 6a05bdbbd5

View File

@@ -44,8 +44,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: