mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
fix juicefs db cmd
This commit is contained in:
parent
cee5799cc3
commit
fc8a38ae56
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue