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