diff --git a/modules/containers/docker/juicefs.nix b/modules/containers/docker/juicefs.nix index 637a077..c40aa6b 100644 --- a/modules/containers/docker/juicefs.nix +++ b/modules/containers/docker/juicefs.nix @@ -67,7 +67,7 @@ ]; log-driver = "journald"; extraOptions = [ - " "--health-cmd=sh -c 'pg_isready -U death916 -d juicefs'"" + "--health-cmd=sh -c 'pg_isready -U death916 -d juicefs'" "--health-interval=10s" "--health-retries=5" "--health-timeout=5s"