Skip to content

Instantly share code, notes, and snippets.

@zeddee
Created November 12, 2019 01:43
Show Gist options
  • Save zeddee/e235e8701ea6d69fcb92e6fc95072f27 to your computer and use it in GitHub Desktop.
Save zeddee/e235e8701ea6d69fcb92e6fc95072f27 to your computer and use it in GitHub Desktop.
# there's an ARM-compatible version here: https://github.com/ulm0/gitlab
# datadir and other dirs gleaned from the above repo
docker run -d --rm \
-p 8888:80 \
-p 8443:443 \
-p 8822:22 \
-p 8880:8080 \
-v $(pwd)/config:/etc/gitlab \
-v $(pwd)/log:/var/log/gitlab \
-v $(pwd)/data:/var/opt/gitlab \
gitlab/gitlab-ce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment