We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987e716 commit 4655d72Copy full SHA for 4655d72
imageroot/systemd/user/passwordpusher.service
@@ -22,7 +22,7 @@ ExecStartPre=/bin/rm -f %t/passwordpusher.pid %t/passwordpusher.pod-id
22
ExecStartPre=/usr/bin/podman pod create --infra-conmon-pidfile %t/passwordpusher.pid \
23
--pod-id-file %t/passwordpusher.pod-id \
24
--name passwordpusher \
25
- --publish 127.0.0.1:${TCP_PORT}:80 \
+ --publish 127.0.0.1:${TCP_PORT}:5100 \
26
--replace
27
ExecStart=/usr/bin/podman pod start --pod-id-file %t/passwordpusher.pod-id
28
ExecStop=/usr/bin/podman pod stop --ignore --pod-id-file %t/passwordpusher.pod-id -t 10
0 commit comments