From 2f509cfa98d8d236a5e7810d1b0326bcb3e6fa9c Mon Sep 17 00:00:00 2001 From: David Boreham Date: Thu, 22 Jun 2023 08:15:59 -0600 Subject: [PATCH] Add link to debugging doc --- gitea/README.md | 1 + 1 file changed, 1 insertion(+) 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).