fix juicefs db cmd

This commit is contained in:
death916 2025-09-11 05:26:21 -07:00
parent 9b24285bad
commit 613c2683cd

View file

@ -21,7 +21,7 @@
"sh"
"-c"
''
source /run/secrets/juicefs.env && \
. /run/secrets/juicefs.env && \
juicefs mount postgres://death916@postgres:5432/juicefs?sslmode=disable /mnt/jfs
''
];