diff options
Diffstat (limited to 'docker/README.md')
-rw-r--r-- | docker/README.md | 6 |
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 |