mirror of
https://gitee.com/markliu2013/docker-compose-moneynote.git
synced 2024-11-17 20:58:02 +08:00
15 lines
317 B
Plaintext
15 lines
317 B
Plaintext
|
NETWORKS_DRIVER=bridge
|
||
|
VOLUMES_DRIVER=local
|
||
|
TIMEZONE=UTC
|
||
|
DATA_PATH=./data
|
||
|
|
||
|
################# MoneyWhere ###################
|
||
|
PLAYEDU_PC_PORT=9800
|
||
|
PLAYEDU_ADMIN_PORT=9900
|
||
|
|
||
|
################# MySQL ###################
|
||
|
MYSQL_HOST=mysql
|
||
|
MYSQL_PORT=3306
|
||
|
MYSQL_DATABASE=moneywhere
|
||
|
MYSQL_USER=root
|
||
|
MYSQL_ROOT_PASSWORD=123456
|