Skip to content

Commit 5186424

Browse files
committed
fix: docker image should use the 0.0.0.0 host instead of localhost
1 parent 99fa337 commit 5186424

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

container_run.sh

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ DEFAULT_BANNED_DESTS=""
1010
# in PROXYSCOTCH_TOKEN, PROXYSCOTCH_ALLOWED_ORIGINS,
1111
# PROXYSCOTCH_BANNED_OUTPUTS and PROXYSCOTCH_BANNED_DESTS
1212

13+
# This is hardcoded
14+
HOST_ARG="--host=0.0.0.0:9159"
15+
1316
# Process token (only add if env var is set or default is not blank)
1417
TOKEN_ARG=""
1518
if [ -n "${PROXYSCOTCH_TOKEN}" ]; then

version.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Version Information
2-
VERSION_NAME=0.1.3
3-
VERSION_CODE=13
2+
VERSION_NAME=0.1.4
3+
VERSION_CODE=14

0 commit comments

Comments
 (0)