summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-17 19:18:49 -0400
committerUnknwon <u@gogs.io>2015-09-17 19:18:49 -0400
commit86d3c5cbb3c8a500c08aa393a1b00aff754de31f (patch)
tree53d7cfa8b8440c04878d9c9cd36ea8bd49f3b31d /docker
parentacf428863c38d77e6f6ca975702fb4da216b76ea (diff)
downloadgitea-86d3c5cbb3c8a500c08aa393a1b00aff754de31f.tar.gz
gitea-86d3c5cbb3c8a500c08aa393a1b00aff754de31f.zip
update Docker info
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docker/README.md b/docker/README.md
index 61bb95497d..4fbc362bee 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -48,6 +48,17 @@ Most of settings are obvious and easy to understand, but there are some settings
Full documentation of settings can be found [here](http://gogs.io/docs/advanced/configuration_cheat_sheet.html).
+## Upgrade
+
+:exclamation::exclamation::exclamation:<span style="color: red">**Make sure you have volumed data to somewhere outside Docker container**</span>:exclamation::exclamation::exclamation:
+
+Steps to upgrade Gogs with Docker:
+
+- `docker pull gogs/gogs`
+- `docker stop gogs`
+- `docker rm gogs`
+- Finally, create container as the first time and don't forget to do same volume and port mapping.
+
## Troubleshooting
If you see the following error: