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