summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-19 00:34:11 +0800
committerUnknwon <u@gogs.io>2015-08-19 00:34:11 +0800
commit81b8427438d4d37d38a46d0fec4c22aee60f91fa (patch)
tree19138f3cf6bdaa2d4bde0dfb3355df10703174cb /docker
parent6fdc881bd4ffb0a97a9a3f6ec65182575c5b0bde (diff)
downloadgitea-81b8427438d4d37d38a46d0fec4c22aee60f91fa.tar.gz
gitea-81b8427438d4d37d38a46d0fec4c22aee60f91fa.zip
new UI on admin/monitor
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md
index 3ba9ed5e5c..d7e41628f5 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -58,4 +58,8 @@ If you see the following error:
checkVersion()] [E] Binary and template file version does not match
```
-Run `rm -fr /var/gogs/gogs/templates/` should fix this it. Just remember to backup templates file if you have made modifications youself. \ No newline at end of file
+Run `rm -fr /var/gogs/gogs/templates/` should fix this it. Just remember to backup templates file if you have made modifications youself.
+
+## Known Issues
+
+- [Use ctrl+c when clone through SSH makes Docker exit unexpectedly](https://github.com/gogits/gogs/issues/1499) \ No newline at end of file