This commit is contained in:
Vassiliy Yegorov
2021-05-07 14:04:17 +07:00
commit ea3a47fe20
6 changed files with 355 additions and 0 deletions

4
fix-unicorn.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
echo "fix gitlab_server unicorn error"
docker exec -it gitlab_server rm /home/git/gitlab/tmp/pids/unicorn.pid && docker restart gitlab_server