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 \