Last active
October 5, 2018 09:58
-
-
Save ipepe/1df0614183c8dd49b8a013bcefb4ab8a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
docker exec -it gitlab_app_1 gitlab-ctl reconfigure | |
docker exec -it gitlab_app_1 update-permissions | |
docker exec -it gitlab_app_1 chmod 2770 /var/opt/gitlab/git-data/repositories |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment