From 5ee3dd40ff79fb4b0493451dc7eea2517fad568d Mon Sep 17 00:00:00 2001 From: andriibratanin Date: Wed, 17 Dec 2025 02:42:07 +0000 Subject: [PATCH] Fix env-to-ini link (#315) Original Gitea's repository no longer contains "Environment to INI" document referenced in "Managing Deployments With Environment Variables" section. This commit fixes the reference by pointing the link to the last commit where needed doc was still present. Reviewed-on: https://gitea.com/gitea/docs/pulls/315 Reviewed-by: Lunny Xiao Co-authored-by: andriibratanin Co-committed-by: andriibratanin --- versioned_docs/version-1.25/installation/with-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-1.25/installation/with-docker.md b/versioned_docs/version-1.25/installation/with-docker.md index 6395d935..158b29e3 100644 --- a/versioned_docs/version-1.25/installation/with-docker.md +++ b/versioned_docs/version-1.25/installation/with-docker.md @@ -289,7 +289,7 @@ docker-compose up -d In addition to the environment variables above, any settings in `app.ini` can be set or overridden with an environment variable of the form: `GITEA__SECTION_NAME__KEY_NAME`. These settings are applied each time the docker container starts, and won't be passed into Gitea's sub-processes. -Full information [here](https://github.com/go-gitea/gitea/tree/master/contrib/environment-to-ini). +Full information [here](https://github.com/go-gitea/gitea/blob/0d740a6a7231b254306d0b1513ff27e32646cd5e/contrib/environment-to-ini/README). These environment variables can be passed to the docker container in `docker-compose.yml`. The following example will enable an smtp mail server if the required env variables