Skip to content

Commit

Permalink
Removed Code server Port
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed May 30, 2024
1 parent d41db63 commit 802d153
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions imageroot/systemd/user/coder.service
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ ExecStartPre=/bin/rm -f %t/coder.pid %t/coder.pod-id
ExecStartPre=/usr/bin/podman pod create --infra-conmon-pidfile %t/coder.pid \
--pod-id-file %t/coder.pod-id \
--name coder \
--publish 127.0.0.1:${TCP_PORT_CODER}:7080 \
--publish 127.0.0.1:${TCP_PORT_CODESERVER}:8080 \
--publish 127.0.0.1:${TCP_PORT}:7080 \
--replace
ExecStart=/usr/bin/podman pod start --pod-id-file %t/coder.pod-id
ExecStop=/usr/bin/podman pod stop --ignore --pod-id-file %t/coder.pod-id -t 10
Expand Down

0 comments on commit 802d153

Please sign in to comment.