From 7468a242a40abdd2c1aba0adabea37dfa0cf168c Mon Sep 17 00:00:00 2001 From: Sthope Date: Fri, 10 Sep 2021 10:56:47 +0200 Subject: [PATCH] initial commit --- _posts/2021-09-05-gitea.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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