Skip to content

Commit

Permalink
fix env escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Jun 26, 2024
1 parent c0f9608 commit 4269ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/systemd/user/opensign-server.service
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/opensign-app.pid \
--pod-id-file %t/opensign.pod-id --replace -d --name opensign-app \
--volume server-app:/usr/src/app \
--volume /usr/src/app/node_modules \
--env=APP_ID=${APP_ID} \
--env=APP_ID=${APP_ID} \
--env=appName=${appName} \
--env=MASTER_KEY=${MASTER_KEY} \
--env=MONGODB_URI="mongodb://${MONGO_INITDB_USERNAME}:${MONGO_INITDB_PASSWORD}@${MONGO_HOST}:${MONGO_PORT}/${MONGO_INITDB_DATABASE}" \
Expand Down

0 comments on commit 4269ef1

Please sign in to comment.