From fc9aa5e1f65635937039e1dce81e796bd4da31c6 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Sat, 13 Oct 2018 19:24:12 -0600 Subject: [PATCH] please god why --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sh b/build.sh index 8138fbd..85a9561 100644 --- a/build.sh +++ b/build.sh @@ -5,7 +5,11 @@ set -e docker build -t caddsies . docker run --rm -it \ + --network=rproxynet \ + --net-alias=stun.bel.pc \ + --net-alias=cadd.bel.pc \ -p 20018:20018 \ + -p 2015:2015 \ -v $(pwd)/mnt:/mnt \ -e CADDYFILE=/mnt/caddyfile \ -e STUNFILE=/mnt/stunfile \