diff --git a/_posts/2021-09-05-gitea.md b/_posts/2021-09-05-gitea.md index ce3e50d..ce6dba4 100644 --- a/_posts/2021-09-05-gitea.md +++ b/_posts/2021-09-05-gitea.md @@ -76,6 +76,7 @@ services: ``` 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. +Run on the Terminal `id $USER` to know what are your `PUID`/`USER_UID` and `PGID`/`USER_GID`.