Reconfigure GitLab to not try to out-proxy our proxy
This commit is contained in:
parent
441f973fc5
commit
0e77a81f14
@ -8,6 +8,8 @@
|
|||||||
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'] = 2222
|
||||||
|
nginx['listen_port'] = 80
|
||||||
|
nginx['listen_https'] = false
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:2222:22
|
- 127.0.0.1:2222:22
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
Reference in New Issue
Block a user