remove temorary the tmp dir because gitbucket fails on start
1 parent de58379 commit fd43006ac337234a802373e36222751e588bed94
@Pascal Gollor Pascal Gollor authored on 11 Jan 2018
Showing 2 changed files
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:
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