fix juicefs db cmd

This commit is contained in:
death916 2025-09-11 05:08:02 -07:00
parent 133004109b
commit 27b863a83d

View file

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