summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdocker-entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh
index 6422ad0..bda8141 100755
--- a/docker-entrypoint.sh
+++ b/docker-entrypoint.sh
@@ -18,4 +18,4 @@ http_username = ${GITLAB_HTTP_USERNAME}
http_password = ${GITLAB_HTTP_PASSWORD}
EOF
-exec gitlab --config-file "${GITLAB_CFG}" $@
+exec gitlab --config-file "${GITLAB_CFG}" "$@"