From f6d672a3cd9e800e8c330b603fe59398a218db25 Mon Sep 17 00:00:00 2001 From: ᴜɴᴋɴᴡᴏɴ Date: Thu, 27 Aug 2020 19:51:44 +0800 Subject: chore: change default branch to `main` (#6285) --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') 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 -- cgit v1.2.3