mirror of
https://github.com/mgcrea/docker-compose-gitlab-ce.git
synced 2025-07-22 01:21:54 +00:00
feat(update): minor changes
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
GITLAB_CE_VERSION=10.1.0-ce.0
|
||||
GITLAB_CE_VERSION=10.5.0-ce.0
|
||||
GITLAB_HOST=gitlab.mydomain.io
|
||||
GITLAB_SSH_IP=5.6.7.8
|
||||
GITLAB_SSH_PORT=22
|
||||
|
@ -7,7 +7,7 @@ services:
|
||||
image: gitlab/gitlab-ce:${GITLAB_CE_VERSION}
|
||||
restart: always
|
||||
container_name: gitlab
|
||||
hostname: 'gitlab.mgcrea.io'
|
||||
hostname: "${GITLAB_HOST}"
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
- VIRTUAL_HOST=${GITLAB_HOST}
|
||||
|
Reference in New Issue
Block a user