diff --git a/README.md b/README.md index 5f29887..b65753d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ -# docker-gitea +# Gitea Docker Setup -Sources: -https://dev.to/ruanbekker/setup-a-self-hosted-git-service-with-gitea-11ce -https://www.digitalocean.com/community/tutorials/how-to-install-gitea-on-ubuntu-using-docker -https://containers.fan/posts/setup-gitea-on-docker-with-traefik/ +1. Install Docker +2. Create System User git .... +3. Create directory for resistent data +4. edit .env and docker-compose.yml + + +Sources + +[dev.to/](https://dev.to/ruanbekker/setup-a-self-hosted-git-service-with-gitea-11ce) + +[www.digitalocean.com/](https://www.digitalocean.com/community/tutorials/how-to-install-gitea-on-ubuntu-using-docker) + +[https://containers.fan/](https://containers.fan/posts/setup-gitea-on-docker-with-traefik/)