fix juicefs db cmd

This commit is contained in:
death916 2025-09-11 05:03:40 -07:00
parent 9cfd8571c5
commit 133004109b

View file

@ -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"