Skip to content

Commit f7c7837

Browse files
committed
Docker socat link: default port fix
- Remove port 80 & 443 unused by the container - Add port 3000 used by gogs application
1 parent 0228947 commit f7c7837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ for f in /data/gogs/data /data/gogs/conf /data/gogs/log /data/git /data/ssh; do
1313
done
1414

1515
# Bind linked docker container to localhost socket using socat
16-
USED_PORT="80:443:22"
16+
USED_PORT="3000:22"
1717
while read NAME ADDR PORT; do
1818
if test -z "$NAME$ADDR$PORT"; then
1919
continue

0 commit comments

Comments
 (0)