From 2919e542c22228bdad2a3918308460a1e56a974d Mon Sep 17 00:00:00 2001 From: Arnie Date: Thu, 16 Aug 2018 11:31:29 +0200 Subject: [PATCH] Update dev-proxy configuration --- dev-proxy/run.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-proxy/run.sh b/dev-proxy/run.sh index 0c329d2..c725e8b 100755 --- a/dev-proxy/run.sh +++ b/dev-proxy/run.sh @@ -28,9 +28,8 @@ init() { -v /var/run/docker.sock:/tmp/docker.sock:ro \ -v dev-proxy:/root/.caddy \ --restart=unless-stopped \ - -p 80:80 \ + -p 127.0.0.1:80:80 \ -p 127.0.0.1:443:443 \ - -p 127.0.0.1:2015:2015 \ --net ${PROXY_NETWORK} \ ${IMAGE_NAME}:${IMAGE_VERSION}