ravermeister / gitlab

GitLab CE (Docker image) for ARM devices. This is a mirror repository of
https://gitlab.com/ravermeister/gitlab
MIT License
12 stars 5 forks source link

Container registry disabled #5

Closed jaqua closed 2 years ago

jaqua commented 2 years ago

I'm using this docker image on my local server which needs an ARM image. But the container registry seems to be disabled. I'm not sure if it is caused by this image or some misconfiguration on my side.

ravermeister commented 2 years ago

I would guess it is a Configuration issue. It's working for me. The exposed registry port is 7050. Have you read the doc and configured the external url?

################################################################################
## Container Registry settings
##! Docs: https://docs.gitlab.com/ce/administration/container_registry.html
################################################################################

registry_external_url 'https://registry.domain.tld'