fixed dir path

This commit is contained in:
2026-01-27 17:32:53 +01:00
parent 15aec96d0c
commit 247b93d966

View File

@@ -1,10 +1,10 @@
services:
dufs:
image: sigoden/dufs
ports:
- 5000:5000
volumes:
- '/home/"$USER":/data'
command: >
/data -A
-a cerberus:pass@/:rw
dufs:
image: sigoden/dufs
ports:
- 5000:5000
volumes:
- /home/cerberus:/data
command: >
/data -A
-a cerberus:pass@/:rw