Skip to content

Instantly share code, notes, and snippets.

@rubyon
Created March 18, 2017 00:01
Show Gist options
  • Save rubyon/e02474026a8e049d9902118383bea823 to your computer and use it in GitHub Desktop.
Save rubyon/e02474026a8e049d9902118383bea823 to your computer and use it in GitHub Desktop.
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