mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
update gitlab
This commit is contained in:
@@ -4,11 +4,10 @@ gitlab:
|
||||
environment:
|
||||
GITLAB_OMNIBUS_CONFIG: |
|
||||
external_url 'https://git.example.com'
|
||||
nginx['redirect_http_to_https'] = true
|
||||
gitlab_rails['gitlab_shell_ssh_port'] = 2222
|
||||
ports:
|
||||
- "22:22"
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "2222:22"
|
||||
volumes:
|
||||
- ./gitlab/config:/etc/gitlab
|
||||
- ./gitlab/logs:/var/log/gitlab
|
||||
|
||||
Reference in New Issue
Block a user