Skip to content

Commit

Permalink
feat: exposed port 8000
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Aug 3, 2024
1 parent 5c65204 commit 34f5999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/systemd/user/chibisafe.service
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ExecStartPre=/bin/rm -f %t/chibisafe.pid %t/chibisafe.pod-id
ExecStartPre=/usr/bin/podman pod create --infra-conmon-pidfile %t/chibisafe.pid \
--pod-id-file %t/chibisafe.pod-id \
--name chibisafe \
--publish 127.0.0.1:${TCP_PORT}:80 \
--publish 127.0.0.1:${TCP_PORT}:8000 \
--replace
ExecStart=/usr/bin/podman pod start --pod-id-file %t/chibisafe.pod-id
ExecStop=/usr/bin/podman pod stop --ignore --pod-id-file %t/chibisafe.pod-id -t 10
Expand Down

0 comments on commit 34f5999

Please sign in to comment.