Skip to content

Commit 7285ffd

Browse files
committed
feat: updated ti use --
1 parent 8c75148 commit 7285ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imageroot/systemd/user/surrealdb-app.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/surrealdb-app.pid \
2424
--pod-id-file %t/surrealdb.pod-id --replace -d --name surrealdb-app \
2525
--volume mydata:/mydata \
2626
${SURREALDB_IMAGE} \
27-
start --auth \
27+
start -- --auth \
2828
--user ${SURREALDB_NAME} \
2929
--pass ${SURREALDB_PASSWORD} \
3030
--log trace \

0 commit comments

Comments
 (0)