diff options
author | David Beitey <david@davidjb.com> | 2017-03-28 21:50:36 +1000 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2017-03-28 07:50:36 -0400 |
commit | cf7d5d0c56a81bf1770147dfdd7f5f088054b5dd (patch) | |
tree | 5aa6ef0335c5d257aed0faa7fdc329ec73626cba /docker | |
parent | 375f1b1fdea51e55bb0c381c791c5757e1517042 (diff) |
docker: fix heading in README.md (#4353)
The unicode non-breaking space character was breaking the heading format; this switches that character for an ASCII space.
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 0cb4d8e0..61f102eb 100644 --- a/docker/README.md +++ b/docker/README.md @@ -73,7 +73,7 @@ Most of settings are obvious and easy to understand, but there are some settings Full documentation of application settings can be found [here](https://gogs.io/docs/advanced/configuration_cheat_sheet.html). -### Container Options +### Container Options This container have some options available via environment variables, these options are opt-in features that can help the administration of this container: |