From 0464c51a08bb158536f65519185d3c7e8904ec0f Mon Sep 17 00:00:00 2001 From: Daniel Legt Date: Thu, 18 Jan 2024 21:31:15 +0200 Subject: [PATCH] * Fixed container search --- gitea/config.example.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea/config.example.sh b/gitea/config.example.sh index 4ead07c..4ee1541 100755 --- a/gitea/config.example.sh +++ b/gitea/config.example.sh @@ -1,6 +1,6 @@ # The name of the gitea container, this is required. -GITEA_CONTAINER_NAME="gitea_app" +GITEA_CONTAINER_NAME="^gitea_app$" # Please keep in mind this is a regex, so if you are putting in the exact name prepend with ^ and append with $ # An absolute path to the gitea app.ini from within the docker container GITEA_CONF_PATH=/data/gitea/conf/app.ini # The path where WITHING THE CONTAINER the dump will be placed