Newer
Older
gitbucket / docker-compose.yml
@Pascal Gollor Pascal Gollor on 27 May 2017 314 bytes add ssh bind
version: '2.1'

services:
    main-gitbucket:
      image: pgollor/gitbucket
      restart: always
      volumes:
        - ./home:/srv/gitbucket/home
      ports:
        - "${GITBUCKET_BIND:-127.0.0.1}:${GITBUCKET_WEB_PORT:-8080}:8080"
        - "${GITBUCKET_BIND:-127.0.0.1}:${GITBUCKET_SSH_PORT:-29418}:29418"