Skip to content

Commit 375cf12

Browse files
author
Matt Pryor
committed
Remove network statements as containers communicate via localhost
1 parent c6f91a3 commit 375cf12

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

roles/zenith_proxy/templates/client.service.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Restart=always
1717
User={{ zenith_proxy_podman_user }}
1818
Group={{ zenith_proxy_podman_user }}
1919
ExecStart=/usr/bin/podman run \
20-
--network slirp4netns:cidr={{ podman_cidr }} \
2120
--cgroups=no-conmon \
2221
--replace \
2322
--restart=no \

roles/zenith_proxy/templates/mitm.service.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Restart=always
1515
User={{ zenith_proxy_podman_user }}
1616
Group={{ zenith_proxy_podman_user }}
1717
ExecStart=/usr/bin/podman run \
18-
--network slirp4netns:cidr={{ podman_cidr }} \
1918
--cgroups=no-conmon \
2019
--replace \
2120
--restart=no \

0 commit comments

Comments
 (0)