We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bd41cb + 67ab637 commit f945910Copy full SHA for f945910
docker-entrypoint.sh
@@ -18,4 +18,4 @@ http_username = ${GITLAB_HTTP_USERNAME}
18
http_password = ${GITLAB_HTTP_PASSWORD}
19
EOF
20
21
-exec gitlab --config-file "${GITLAB_CFG}" $@
+exec gitlab --config-file "${GITLAB_CFG}" "$@"
0 commit comments