You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi and thank you for putting this together.
I've started to use it but when I tried to do a fresh install I couldn't get Gitlab to work.
I was getting a 502 error.
After digging into the logs, I found this in /srv/docker/gitlab/log/s6/workhorse/current:
msg="Can not load config file" configFile=/etc/gitlab/workhorse/config.toml error="open /etc/gitlab/workhorse/config.toml: no such file or directory".
I think it's because workhorse_conf is not called anywhere in the entrypoint when setup is run.
I've added it and now Gitlab works.
Hi and thank you for putting this together.
I've started to use it but when I tried to do a fresh install I couldn't get Gitlab to work.
I was getting a 502 error.
After digging into the logs, I found this in /srv/docker/gitlab/log/s6/workhorse/current:
I think it's because workhorse_conf is not called anywhere in the entrypoint when setup is run.
I've added it and now Gitlab works.
I've create a PR here #5
The text was updated successfully, but these errors were encountered: