Tinkering

This commit is contained in:
Justin 2018-05-14 17:27:05 -04:00
parent 6684302731
commit 2b75a05dc1

View File

@ -3,8 +3,9 @@ services:
gitlab:
image: gitlab/gitlab-ce
container_name: gitlab
entrypoint: docker-entrypoint.sh
privileged: true
entrypoint:
- ls
- docker-entrypoint.sh
environment:
- GITLAB_URL='http://localhost:8080'
- PERSONAL_ACCESS_TOKEN='token'