- Solved
- Urgent
Hi.
I using GitLab-CE docker for all my company projects with these extra parameters:
<ExtraParams>--env GITLAB_OMNIBUS_CONFIG="external_url 'https://subdomain.domain.duckdns.org/'; nginx['listen_port'] = 9080; nginx['listen_https'] = false"</ExtraParams>
according to this post:
https://forums.unraid.net/topic/48653-support-gitlab-ce/?page=3&tab=comments#comment-605797
In version 6.5.3 everything works fine but in version 6.6.0 and 6.6.1 I have an error trying to run gitlab docker:
root@localhost:# logger 'docker command execution halted due to security violation (Bash command execution or redirection)'
How to fix it? Please help.