aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorcodeskyblue <codeskyblue@gmail.com>2015-08-17 09:12:47 -0400
committercodeskyblue <codeskyblue@gmail.com>2015-08-17 09:12:47 -0400
commit4095ef2820c9f544229ad77fcb13a06bf3160063 (patch)
tree77943892c6d598885cf36dc295bf0c8c283d37b4 /docker
parent398bb772d84bca725f97bf37e866f71fd38f5c79 (diff)
downloadgitea-4095ef2820c9f544229ad77fcb13a06bf3160063.tar.gz
gitea-4095ef2820c9f544229ad77fcb13a06bf3160063.zip
add pam for docker
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/docker/README.md b/docker/README.md
index 4f6f2a2c03..de52acc992 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -35,3 +35,16 @@ SSH_PORT = 10022
```
Full documentation of settings can be found [here](http://gogs.io/docs/advanced/configuration_cheat_sheet.html).
+
+## Todo
+Install page need support set `SSH_PORT`
+
+## Problems
+
+If meet error
+
+```
+checkVersion()] [E] Binary and template file version does not match
+```
+
+Run `rm -fr /var/gogs/gogs/templates/` will fix. Remember to backup templates file, If you have some modification.