up(dufs): up dufs stack

This commit is contained in:
cnphpbb 2025-02-14 17:43:01 +08:00
parent 340cd75ac0
commit 221fc61498

View File

@ -10,10 +10,9 @@ services:
- TZ=Asia/Shanghai
ports:
- 5000:5000
command: /data --config /config/config.yaml
command: /data -A
volumes:
- ${Volumes_Path}/data:/data
- ./config:/config
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped