diff options
Diffstat (limited to 'docker/troubleshooting.md')
-rw-r--r-- | docker/troubleshooting.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/troubleshooting.md b/docker/troubleshooting.md index 1d80473c7c2..415c8f785c0 100644 --- a/docker/troubleshooting.md +++ b/docker/troubleshooting.md @@ -21,3 +21,5 @@ sudo docker run --detach --name gitlab --publish 8080:80 --publish 2222:22 --vol sudo docker run -t --rm --volumes-from gitlab_data ubuntu tail -f /var/log/gitlab/reconfigure.log sudo docker run -t --rm --volumes-from gitlab_data ubuntu cat /var/log/gitlab/postgresql.log + +sudo docker run -ti --rm --volumes-from gitlab_data ubuntu /bin/sh |