We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4893f9c commit 14f28e8Copy full SHA for 14f28e8
imageroot/systemd/user/wordpress.service
@@ -21,6 +21,7 @@ TimeoutStopSec=70
21
ExecStartPre=/bin/rm -f %t/wordpress.pid %t/wordpress.pod-id
22
ExecStartPre=/usr/bin/podman pod create --infra-conmon-pidfile %t/wordpress.pid \
23
--pod-id-file %t/wordpress.pod-id \
24
+ --network slirp4netns:allow_host_loopback=true \
25
--name wordpress \
26
--publish 127.0.0.1:${TCP_PORT}:80 \
27
--replace
0 commit comments