From 6a05bdbbd5e41dd402c955a7df383022ef311248 Mon Sep 17 00:00:00 2001 From: Leopere <1068374+Leopere@users.noreply.github.com> Date: Fri, 23 Jun 2023 11:06:27 -0400 Subject: [PATCH] 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 --- docker-compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 19ed2b71..3f1379ba 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: