Skip to content

Commit 00b5b0c

Browse files
committed
feat: updated the flags
1 parent 44056c5 commit 00b5b0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

imageroot/systemd/user/surrealdb-app.service

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ 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 \
28-
--user ${SURREALDB_NAME} \
29-
--pass ${SURREALDB_PASSWORD} \
27+
start \
28+
-u ${SURREALDB_NAME} \
29+
-p ${SURREALDB_PASSWORD} \
3030
--log trace \
3131
file:mydata/mydatabase.db
3232
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/surrealdb-app.ctr-id -t 10

0 commit comments

Comments
 (0)