aboutsummaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-08-27 19:51:44 +0800
committerGitHub <noreply@github.com>2020-08-27 19:51:44 +0800
commitf6d672a3cd9e800e8c330b603fe59398a218db25 (patch)
treec01d6a3280fd4bfc90e53b23231ad0bff5f383e9 /docker
parent016d9d8c889cefc294097e905aefd2973ae6ba1d (diff)
chore: change default branch to `main` (#6285)
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md
index 50bc5f22..cfc0b4cf 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://github.com/gogs/gogs/blob/master/conf/app.ini).
+Full documentation of application settings can be found [here](https://github.com/gogs/gogs/blob/main/conf/app.ini).
### Container Options