diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-08-27 19:51:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-27 19:51:44 +0800 |
commit | f6d672a3cd9e800e8c330b603fe59398a218db25 (patch) | |
tree | c01d6a3280fd4bfc90e53b23231ad0bff5f383e9 /docker | |
parent | 016d9d8c889cefc294097e905aefd2973ae6ba1d (diff) |
chore: change default branch to `main` (#6285)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/README.md | 2 |
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 |