fix docker command for zfile v4.0.0

This commit is contained in:
Stille 2022-07-10 22:53:40 +08:00
parent 3b66a0fa23
commit 0d951f68c4
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ docker run -d \
--name=zfile \
--restart=always \
-p 8080:8080 \
-v /root/zfile/conf:/root/.zfile \
-v /root/zfile/conf:/root/.zfile-v4 \
-v /root/zfile/data:/root/zfile/data \
stilleshan/zfile
```

View File

@ -6,7 +6,7 @@ services:
ports:
- 8080:8080
volumes:
- ./conf:/root/.zfile
- ./conf:/root/.zfile-v4
- ./data:/root/zfile/data
restart: always