fix docker-compose database access
This commit is contained in:
parent
11d2c68a3d
commit
29df497980
|
|
@ -1,5 +1,4 @@
|
||||||
services:
|
services:
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mariadb
|
image: mariadb
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
@ -8,6 +7,8 @@ services:
|
||||||
MARIADB_USER: playersync
|
MARIADB_USER: playersync
|
||||||
MARIADB_PASSWORD: pleaseChangeThisPassword # It is strongly recommended to change this password outside of local development
|
MARIADB_PASSWORD: pleaseChangeThisPassword # It is strongly recommended to change this password outside of local development
|
||||||
MARIADB_RANDOM_ROOT_PASSWORD: True
|
MARIADB_RANDOM_ROOT_PASSWORD: True
|
||||||
|
ports:
|
||||||
|
- 3306:3306
|
||||||
|
|
||||||
adminer:
|
adminer:
|
||||||
image: adminer
|
image: adminer
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user