We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62083ed commit 4fec932Copy full SHA for 4fec932
assets/runtime/functions
@@ -2000,6 +2000,11 @@ install_configuration_templates() {
2000
install_template ${GITLAB_USER}: gitaly/config.toml ${GITLAB_GITALY_CONFIG}
2001
}
2002
2003
+gitlab_configure_assets_access() {
2004
+ # https://github.com/ustclug/docker-gitlab/issues/4
2005
+ chmod 755 ${GITLAB_HOME}
2006
+}
2007
+
2008
configure_gitlab() {
2009
echo "Configuring gitlab..."
2010
update_template ${GITLAB_CONFIG} \
@@ -2060,6 +2065,7 @@ configure_gitlab() {
2060
2065
gitlab_configure_sentry
2061
2066
generate_healthcheck_script
2062
2067
gitlab_configure_content_security_policy
2068
+ gitlab_configure_assets_access
2063
2069
2064
2070
# remove stale gitlab.socket
2071
rm -rf ${GITLAB_INSTALL_DIR}/tmp/sockets/gitlab.socket
0 commit comments