summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/start.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/start.sh b/docker/start.sh
index 85a6cfa5d0..42bdb3c541 100755
--- a/docker/start.sh
+++ b/docker/start.sh
@@ -13,7 +13,7 @@ for f in /data/gogs/data /data/gogs/conf /data/gogs/log /data/git /data/ssh; do
done
# Bind linked docker container to localhost socket using socat
-USED_PORT="80:443:22"
+USED_PORT="3000:22"
while read NAME ADDR PORT; do
if test -z "$NAME$ADDR$PORT"; then
continue