diff --git a/dufs/stack.yml b/dufs/stack.yml index b4e3665..a3343db 100644 --- a/dufs/stack.yml +++ b/dufs/stack.yml @@ -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