Skip to content

Commit

Permalink
update env format
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Mar 9, 2024
1 parent 7b81920 commit c136665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/systemd/user/coder-app.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/coder-app.pid \
--volume ./config:/tmp:Z \
--volume ./var/run/docker.sock:/var/run/docker.sock \
--env=CODER_* \
--env=CODER_ACCESS_URL=${host} \
--env CODER_ACCESS_URL=${host} \
--env 'CODER_PG_CONNECTION_URL="postgresql://coder:C@[email protected]:5432/coder"' \
${CODER_IMAGE}
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/coder-app.ctr-id -t 10
Expand Down

0 comments on commit c136665

Please sign in to comment.