diff --git a/gitea/README.md b/gitea/README.md index 1b624ae..01424b8 100644 --- a/gitea/README.md +++ b/gitea/README.md @@ -24,3 +24,4 @@ To enable more verbose log output add an environment variable definition like: GITEA__log__LEVEL=TRACE ``` to the `server` definition in `docker-compose.yml` and re-start. +Details on how to setup remote debugging of the gitea server inside its container can be found [here](gitea-debugging.md).