1、change compose config
This commit is contained in:
parent
bee4403490
commit
35673e3724
@ -19,9 +19,11 @@ services:
|
||||
- ./stack/data/redis:/data
|
||||
|
||||
app:
|
||||
build: .
|
||||
image: dkr.zhangshuocauc.cn/library/dash
|
||||
restart: unless-stopped
|
||||
hostname: dash
|
||||
ports:
|
||||
- "8967:8080"
|
||||
volumes:
|
||||
- ./stack/data/app:/var/www/html:z
|
||||
environment:
|
||||
@ -31,7 +33,7 @@ services:
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
env_file:
|
||||
- db.env
|
||||
- mysql.env
|
||||
depends_on:
|
||||
- mysql
|
||||
- redis
|
Loading…
Reference in New Issue
Block a user