glorious success
This commit is contained in:
10
build.sh
10
build.sh
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user