Fix collision in GitLab SSH port

This commit is contained in:
Salt 2022-08-04 18:19:03 -05:00
parent 0e77a81f14
commit 1ee614381b

View File

@ -7,11 +7,11 @@
env: env:
GITLAB_OMNIBUS_CONFIG: | GITLAB_OMNIBUS_CONFIG: |
external_url 'https://gitlab.desu.ltd' 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_port'] = 80
nginx['listen_https'] = false nginx['listen_https'] = false
ports: ports:
- 127.0.0.1:2222:22 - 2224:22
networks: networks:
- name: web - name: web
aliases: [ "gitlab" ] aliases: [ "gitlab" ]