mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-01-19 12:54:04 +01:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user