Created
March 18, 2017 00:01
-
-
Save rubyon/5ca7be13346f8cd376bcec21464031eb 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
sudo docker run -d \ | |
--name gitea \ | |
--restart=always \ | |
-p 10080:3000 \ | |
-p 10022:22 \ | |
--link gitea-db:gitea-db \ | |
-v /home/docker/gitea:/data \ | |
gitea/gitea:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment