GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
2
Releases
33
Issues
2
Pull requests
Labels
Priorities
Milestones
Commit Graphs
Network
Fork
: 0
docker
/
gitbucket
Browse code
add ssh bind
develop
master
4.39.0
4.38.4
4.38.3
4.37.2
4.37.1
4.36.2
4.36.1
4.35.3
4.35.1
4.34.0
4.33.0
4.32.0
4.31.2
4.31.1
4.31.0
4.30.1
4.30.0
4.29.0
4.28.0
4.27.0
4.26.0
4.25.0
4.24.1
4.23.1
4.22.0
4.21.2
4.20.0
4.19.3
4.19.2
4.18.0
4.17.0
4.16.0
...
4.15.0
1 parent
6146fb4
commit
606a21a0e133a6f5f010050af82edd9b6b503cf7
Pascal Gollor
authored
on 27 May 2017
Patch
Unified
Split
Showing
3 changed files
+3
-3
■
■
■
■
■
README.md
+2
-2
■
■
■
■
■
docker-compose.yml
gitbucket.conf
Ignore Space
Show notes
View
6
■
■
■
■
■
README.md
This
docker container of
[
gitbucket
](
https
:
//github.com/gitbucket/gitbucket.git) is under testing!!!
## usage
Please
use
the configuration file
`gitbucket.conf`
for
your personal changes
.
There
are two configs available
:
There
are three configs available
:
-
`GITBUCKET_BIND`
:
ip address to bind to
-
`GITBUCKET_PORT`
:
port to bind to
-
`GITBUCKET_WEB_PORT`
:
web port to bind to
-
`GITBUCKET_SSH_PORT`
:
ssh port to bind to
Ignore Space
Show notes
View
4
■
■
■
■
■
docker-compose.yml
restart
:
always
volumes
:
-
./
home
:
/srv/
gitbucket
/
home
ports
:
-
"${GITBUCKET_BIND:-127.0.0.1}:${GITBUCKET_PORT:-8080}:8080"
-
"${GITBUCKET_BIND:-127.0.0.1}:${GITBUCKET_WEB_PORT:-8080}:8080"
-
"${GITBUCKET_BIND:-127.0.0.1}:${GITBUCKET_SSH_PORT:-29418}:29418"
Ignore Space
Show notes
View
gitbucket.conf
Show line notes below