Skip to content

Commit

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

0 comments on commit 9a1fd1d

Please sign in to comment.