Skip to content

Instantly share code, notes, and snippets.

@yknext
yknext / docker-compose.yml
Created April 11, 2018 15:33
docker-compose gitlab
gitlab:
restart: always
image: sameersbn/gitlab:10.4.2-1
ports:
- "10022:22"
- "10080:80"
- "10443:443"
volumes:
- /etc/localtime:/etc/localtime:ro
- gitlab_data:/home/git/data