From 196ce57a18b00a1aba2a200f517d8776ada2863b Mon Sep 17 00:00:00 2001 From: cerberus Date: Tue, 27 Jan 2026 14:17:59 +0100 Subject: [PATCH] changes dufs --- dufs/compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dufs/compose.yaml b/dufs/compose.yaml index 48d83a0..34b38da 100644 --- a/dufs/compose.yaml +++ b/dufs/compose.yaml @@ -1,8 +1,8 @@ services: dufs: - command: '/data -A' image: sigoden/dufs ports: - - '5000:5000' + - 5000:5000 volumes: - - /home/cerberus:/data' + - /home/cerberus:/data + command: '/data -A'