feat(update): minor changes

This commit is contained in:
Olivier Louvignes
2018-02-22 18:02:34 +01:00
parent df6aee80f4
commit 0e7af9a3c6
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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}