Fix collision in GitLab SSH port
This commit is contained in:
parent
0e77a81f14
commit
1ee614381b
@ -7,11 +7,11 @@
|
||||
env:
|
||||
GITLAB_OMNIBUS_CONFIG: |
|
||||
external_url 'https://gitlab.desu.ltd'
|
||||
gitlab_rails['gitlab_shell_ssh_port'] = 2222
|
||||
gitlab_rails['gitlab_shell_ssh_port'] = 2224
|
||||
nginx['listen_port'] = 80
|
||||
nginx['listen_https'] = false
|
||||
ports:
|
||||
- 127.0.0.1:2222:22
|
||||
- 2224:22
|
||||
networks:
|
||||
- name: web
|
||||
aliases: [ "gitlab" ]
|
||||
|
Loading…
Reference in New Issue
Block a user