diff --git a/_posts/2021-09-05-gitea.md b/_posts/2021-09-05-gitea.md index aa9cb5f..ce3e50d 100644 --- a/_posts/2021-09-05-gitea.md +++ b/_posts/2021-09-05-gitea.md @@ -75,4 +75,8 @@ services: - hide_db_container=true ``` If you are running reverse proxy in same docker you might not need the `ports` in the stack, otherwise change them from the default. -Also before running the container, create the folders for Gitea and the DB and change the `volumes` to math. \ No newline at end of file +Also before running the container, create the folders for Gitea and the DB and change the `volumes` to math. + + + +[Official Documentation](https://docs.gitea.io/en-us/install-with-docker/) \ No newline at end of file