glorious success

This commit is contained in:
Bel LaPointe
2018-10-06 16:15:39 -06:00
parent c314016a0b
commit 63dddda80d
11 changed files with 26 additions and 283 deletions

View File

@@ -6,13 +6,9 @@ docker build -t caddsies .
docker run --rm -it \
-p 2018:2018 \
-v $(pwd)/caddyfile:/mnt/Caddyfile \
-v $(pwd)/stunfile:/mnt/stunfile.conf \
-v $(pwd)/stunserver.crt:/mnt/stunserver.crt \
-v $(pwd)/stunserver.key:/mnt/stunserver.key \
-v $(pwd)/stunclient.crt:/mnt/stunclient.crt \
-e CADDYFILE=/mnt/Caddyfile \
-e STUNFILE=/mnt/stunfile.conf \
-v $(pwd)/mnt:/mnt \
-e CADDYFILE=/mnt/caddyfile \
-e STUNFILE=/mnt/stunfile \
-e STUNSERVERCRT=/mnt/stunserver.crt \
-e STUNSERVERKEY=/mnt/stunserver.key \
-e STUNCLIENTCRT=/mnt/stunclient.crt \