up(dufs): up dufs stack +1
This commit is contained in:
parent
221fc61498
commit
12669e18b4
@ -20,7 +20,6 @@ enable-cors: true
|
||||
render-index: true
|
||||
render-try-index: true
|
||||
render-spa: true
|
||||
assets: ./assets/
|
||||
log-format: '$remote_addr "$request" $status $http_user_agent'
|
||||
log-file: ./dufs.log
|
||||
compress: low
|
||||
|
@ -10,9 +10,10 @@ services:
|
||||
- TZ=Asia/Shanghai
|
||||
ports:
|
||||
- 5000:5000
|
||||
command: /data -A
|
||||
command: /data --config /config/config.yaml
|
||||
volumes:
|
||||
- ${Volumes_Path}/data:/data
|
||||
- ./config:/config:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
restart: unless-stopped
|
||||
|
Loading…
x
Reference in New Issue
Block a user