* Fixed container search

This commit is contained in:
Daniel Legt 2024-01-18 21:31:15 +02:00
parent df4249d3d6
commit 0464c51a08
1 changed files with 1 additions and 1 deletions

View File

@ -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