Loading gitlab-ce/docker-compose.dev.yml +2 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,8 @@ services: - "${GITLAB_SSH_PORT}:22" - "${GITLAB_HTTP_PORT}:80" - "${GITLAB_HTTPS_PORT}:443" volumes: - /home/git/.ssh/authorized_keys_proxy:/gitlab-data/ssh/authorized_keys environment: GITLAB_OMNIBUS_CONFIG: | external_url '${GITLAB_PROTOCOL}://${GITLAB_SUBDOMAIN}.${GITLAB_DOMAIN}' Loading Loading
gitlab-ce/docker-compose.dev.yml +2 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,8 @@ services: - "${GITLAB_SSH_PORT}:22" - "${GITLAB_HTTP_PORT}:80" - "${GITLAB_HTTPS_PORT}:443" volumes: - /home/git/.ssh/authorized_keys_proxy:/gitlab-data/ssh/authorized_keys environment: GITLAB_OMNIBUS_CONFIG: | external_url '${GITLAB_PROTOCOL}://${GITLAB_SUBDOMAIN}.${GITLAB_DOMAIN}' Loading