fix juicefs db cmd

This commit is contained in:
death916 2025-09-11 05:00:03 -07:00
parent cee5799cc3
commit fc8a38ae56

View file

@ -67,7 +67,7 @@
];
log-driver = "journald";
extraOptions = [
"--health-cmd=pg_isready -U $POSTGRES_USER -d $POSTGRES_DB"
"--health-cmd=sh -c 'pg_isready -U $POSTGRES_USER -d $POSTGRES_DB'"
"--health-interval=10s"
"--health-retries=5"
"--health-timeout=5s"