Skip to content

Commit

Permalink
Updated port mapping and bumped GitLab CE to version 9.0.2-ce.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Eagle committed Mar 31, 2017
1 parent b046afd commit 6fb4e80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: '3'
services:
gitlab:
image: gitlab/gitlab-ce:9.0.0-ce.0
image: gitlab/gitlab-ce:9.0.2-ce.0
container_name: GitLab
restart: always
environment:
GITLAB_OMNIBUS_CONFIG: |
external_url 'https://gitlab.internal.example.com:9150'
external_url 'https://gitlab.internal.example.com:51203'
gitlab_rails['time_zone'] = 'America/Chicago'
gitlab_rails['smtp_enable'] = true
gitlab_rails['smtp_address'] = "smtp.example.com"
Expand Down Expand Up @@ -34,8 +34,8 @@ services:
nginx['logrotate_delaycompress'] = "delaycompress"
# Add any other gitlab.rb configuration options
ports:
- '9150:443'
- '9151:22'
- '51203:443'
- '51204:22'
volumes:
- './volume_data/conf:/etc/gitlab'
- './volume_data/ssl:/etc/ssl/certs/gitlab'
Expand Down

0 comments on commit 6fb4e80

Please sign in to comment.