up(dufs): up dufs stack +1

This commit is contained in:
cnphpbb 2025-02-14 17:52:22 +08:00
parent 221fc61498
commit 12669e18b4
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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