yrzr / gitlab-ce-arm64v8-docker

Build aarch64 docker image for gitlab-ce
https://hub.docker.com/r/yrzr/gitlab-ce-arm64v8
33 stars 6 forks source link

Running on Raspberry Pi 4 socket permission problems #2

Open minozheros opened 10 months ago

minozheros commented 10 months ago

Hi, I am trying to run gitlab on my Raspberry Pi 4. There is a problem with the permissions of the file /var/opt/gitlab/gitlab-workhorse/sockets/socket. Doing "docker exec gitlab chmod 777 /var/opt/gitlab/gitlab-workhorse/sockets/socket" will fix the problem and it will start, however that does not seem to be a favorable solution.

yrzr commented 10 months ago

Hi @minozheros. Are there any related logs that I could work on?

Moreover, could you try if this problem replicates on a fresh container with empty volumes?