fix security
This commit is contained in:
parent
3bd7a22465
commit
89aa18bb4f
@ -11,7 +11,7 @@ services:
|
|||||||
MYSQL_USER: authuser
|
MYSQL_USER: authuser
|
||||||
MYSQL_PASSWORD: authpassword
|
MYSQL_PASSWORD: authpassword
|
||||||
ports:
|
ports:
|
||||||
- '3310:3306'
|
- '127.0.0.1:3310:3306'
|
||||||
volumes:
|
volumes:
|
||||||
- mysql_data:/var/lib/mysql
|
- mysql_data:/var/lib/mysql
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user