Created
November 12, 2019 01:43
-
-
Save zeddee/e235e8701ea6d69fcb92e6fc95072f27 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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