I have installed gitlab using docker-compose as specified in the documentation. I also have an nginx server, so I have a reverse proxy for accessing gitlab.
gitlab starts fine, but when I interact a little bit with the webpage, it stops answering and I need to restart the docker container. This is an issue inside the gitlab container, as I can’t even do docker exec -it gitlab curl http://127.0.0.1:8888/-/health
.
I have absolutely no idea what could be wrong. I haven’t been able to find anything meaningful in the logs. Any idea what could be wrong? I can post any logs you asked for