We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c75148 commit 7285ffdCopy full SHA for 7285ffd
imageroot/systemd/user/surrealdb-app.service
@@ -24,7 +24,7 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/surrealdb-app.pid \
24
--pod-id-file %t/surrealdb.pod-id --replace -d --name surrealdb-app \
25
--volume mydata:/mydata \
26
${SURREALDB_IMAGE} \
27
- start --auth \
+ start -- --auth \
28
--user ${SURREALDB_NAME} \
29
--pass ${SURREALDB_PASSWORD} \
30
--log trace \
0 commit comments