aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-05-20 20:44:10 +0800
committerGitHub <noreply@github.com>2020-05-20 20:44:10 +0800
commit280b06485f3f1719f5d8d3766ca6c2e1d34b6295 (patch)
tree2af197f3c535a52b7b6cfd93ac85d99d6de86c22
parent50797d8fa1cd7100226176d32659c1f3490a1cf4 (diff)
docker: fix broken link in README
Fixes #6167
-rw-r--r--docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md
index 51489706..50bc5f22 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -79,7 +79,7 @@ Most of settings are obvious and easy to understand, but there are some settings
- **HTTP Port**: Use port you want Gogs to listen on inside Docker container. For example, your Gogs listens on `3000` inside Docker, **and** you expose it by `10080:3000`, but you still use `3000` for this value.
- **Application URL**: Use combination of **Domain** and **exposed HTTP Port** values (e.g. `http://192.168.99.100:10080/`).
-Full documentation of application settings can be found [here](https://gogs.io/docs/advanced/configuration_cheat_sheet.html).
+Full documentation of application settings can be found [here](https://github.com/gogs/gogs/blob/master/conf/app.ini).
### Container Options