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-index: true
|
||||||
render-try-index: true
|
render-try-index: true
|
||||||
render-spa: true
|
render-spa: true
|
||||||
assets: ./assets/
|
|
||||||
log-format: '$remote_addr "$request" $status $http_user_agent'
|
log-format: '$remote_addr "$request" $status $http_user_agent'
|
||||||
log-file: ./dufs.log
|
log-file: ./dufs.log
|
||||||
compress: low
|
compress: low
|
||||||
|
@ -10,9 +10,10 @@ services:
|
|||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
ports:
|
ports:
|
||||||
- 5000:5000
|
- 5000:5000
|
||||||
command: /data -A
|
command: /data --config /config/config.yaml
|
||||||
volumes:
|
volumes:
|
||||||
- ${Volumes_Path}/data:/data
|
- ${Volumes_Path}/data:/data
|
||||||
|
- ./config:/config:ro
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Loading…
x
Reference in New Issue
Block a user