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
remove temorary the tmp dir because gitbucket fails on start
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
1 parent
de58379
commit
fd43006ac337234a802373e36222751e588bed94
Pascal Gollor
authored
on 11 Jan 2018
Patch
Unified
Split
Showing
2 changed files
+1
-1
■
■
■■■
docker-compose.yml
+1
-1
■
■
■■■
docker/Dockerfile
Ignore Space
Show notes
View
2
■
■
■■■
docker-compose.yml
-
./
data
/
repositories
/:
/srv/
gitbucket
/
repositories
/
-
./
data
/
data
/:
/srv/
gitbucket
/
data
/
-
./
data
/
gist
/:
/srv/
gitbucket
/
gist
/
-
./
data
/
plugins
/:
/srv/
gitbucket
/
plugins
/
-
./
data
/
tmp
/:
/srv/
gitbucket
/
tmp
/
#- ./data/tmp/:/srv/gitbucket/tmp/
-
./
data
/
conf
/
gitbucket
/
gitbucket
.
conf
:
/srv/
gitbucket
/
gitbucket
.
conf
tmpfs
:
-
/
tmp
ports
:
Ignore Space
Show notes
View
2
■
■
■■■
docker/Dockerfile
VOLUME $GITBUCKET_HOME
/
repositories
VOLUME $GITBUCKET_HOME
/
data
VOLUME $GITBUCKET_HOME
/
gist
VOLUME $GITBUCKET_HOME
/
plugins
VOLUME $GITBUCKET_HOME
/
tmp
#VOLUME $GITBUCKET_HOME/tmp
# setup
RUN apk update
RUN apk add ca
-
certificates wget su
-
exec
git
Show line notes below