Skip to content

Commit

Permalink
feat: expose port 8001
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Aug 3, 2024
1 parent 1cb8005 commit 7f7d79f
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}:8001 \
--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 7f7d79f

Please sign in to comment.