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
133004109b
commit
27b863a83d
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
cmd = [
|
||||
"sh"
|
||||
"-c"
|
||||
"juicefs mount postgres://$POSTGRES_USER:$POSTGRES_PASSWORD@postgres:5432/juicefs?sslmode=disable /mnt/jfs"
|
||||
"juicefs mount postgres://death916:$POSTGRES_PASSWORD@postgres:5432/juicefs?sslmode=disable /mnt/jfs"
|
||||
];
|
||||
dependsOn = [
|
||||
"postgres-for-juicefs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue