This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Docker socat link: default port fix
- Remove port 80 & 443 unused by the container - Add port 3000 used by gogs application
tags/v1.2.0-rc1
Jean-Philippe Roemer
10 years ago
parent
d6fc97c92a
commit
596869fbb1
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