Remove non-default port binding

This commit is contained in:
Joey Hafner 2022-03-02 15:22:29 -08:00
parent bf028fc155
commit 4d9f6cc060

View File

@ -10,7 +10,7 @@ services:
environment: environment:
GITLAB_OMNIBUS_CONFIG: | GITLAB_OMNIBUS_CONFIG: |
external_url 'https://gitlab.jafner.net' external_url 'https://gitlab.jafner.net'
registry_external_url 'https://gitlab.jafner.net:5050' registry_external_url 'https://gitlab.jafner.net'
gitlab_rails['gitlab_shell_ssh_port'] = 2229 gitlab_rails['gitlab_shell_ssh_port'] = 2229
nginx['listen_https'] = false nginx['listen_https'] = false
nginx['listen_port'] = 80 nginx['listen_port'] = 80