Skip to content

Commit 4655d72

Browse files
committed
fix: epose 5100
1 parent 987e716 commit 4655d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imageroot/systemd/user/passwordpusher.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ExecStartPre=/bin/rm -f %t/passwordpusher.pid %t/passwordpusher.pod-id
2222
ExecStartPre=/usr/bin/podman pod create --infra-conmon-pidfile %t/passwordpusher.pid \
2323
--pod-id-file %t/passwordpusher.pod-id \
2424
--name passwordpusher \
25-
--publish 127.0.0.1:${TCP_PORT}:80 \
25+
--publish 127.0.0.1:${TCP_PORT}:5100 \
2626
--replace
2727
ExecStart=/usr/bin/podman pod start --pod-id-file %t/passwordpusher.pod-id
2828
ExecStop=/usr/bin/podman pod stop --ignore --pod-id-file %t/passwordpusher.pod-id -t 10

0 commit comments

Comments
 (0)