This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Docker socat link: default port fix
- Remove port 80 & 443 unused by the container - Add port 3000 used by gogs application
for-closed-social
Jean-Philippe Roemer
9 years ago
parent
02289479ef
commit
f7c7837fc8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
docker/start.sh
+ 1
- 1
docker/start.sh
View File
@ -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:44
3:22"
USED_PORT
=
"3
000
:22"
while
read
NAME ADDR PORT
;
do
if
test
-z
"
$NAME
$ADDR
$PORT
"
;
then
continue
Write
Preview
Loading…
Cancel
Save