summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-02-01 18:30:48 +0200
committerLauri Ojansivu <x@xet7.org>2017-02-01 18:30:48 +0200
commit739715b6191c2cb61f06e98eefda3778f09a73d5 (patch)
tree9ec6208a001e0196809cce33b2dc8cba458c3fda /README.md
parente2e3e65d2ff32b9c547d14637bd850d2afa3d5c7 (diff)
downloadwekan-739715b6191c2cb61f06e98eefda3778f09a73d5.tar.gz
wekan-739715b6191c2cb61f06e98eefda3778f09a73d5.tar.bz2
wekan-739715b6191c2cb61f06e98eefda3778f09a73d5.zip
Added working Docker example. Using MongoDB v3.2.11
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 78525119..e6926efb 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,14 @@ that by providing one-click installation on various platforms.
[VirtualBox][virtualbox]
-Docker: [Docker image][docker_image] (needs updating), [Docs][docker_docs], [Docker Nginx proxy][docker_nginxproxy], [Docker Issue][docker_issue]
+Docker: [Docker image][docker_image], [Docs][docker_docs], [Docker Nginx proxy][docker_nginxproxy], [Docker Issue][docker_issue]
+
+Docker example, running latest Wekan:
+```
+docker run -d --restart=always --name wekan-db mongo:3.2.11
+
+docker run -d --restart=always --name wekan --link "wekan-db:db" -e "MONGO_URL=mongodb://db" -e "ROOT_URL=http://localhost:8080" -p 8080:80 mquandalle/wekan:latest
+```
[Debian Wheezy 64bit][debian_wheezy]