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 dc8ef89 commit 014be8fCopy full SHA for 014be8f
app/internal/templates/scripts/up/gateway.hbs
@@ -1,5 +1,5 @@
1
docker pull {{ wireportGatewayContainerImage }} && \
2
-docker run -d -it --privileged \
+docker run -d --privileged \
3
--restart=unless-stopped \
4
--sysctl "net.ipv4.ip_forward=1" \
5
--sysctl "net.ipv4.conf.all.src_valid_mark=1" \
0 commit comments