Updated Docker (markdown)

Lauri Ojansivu 2018-02-12 00:03:12 +02:00
parent c0ccaf5019
commit 8b38e6d408

@ -10,11 +10,11 @@ For now, [wekanteam dockerhub](https://hub.docker.com/r/wekanteam/wekan/builds/)
[Many tags available](https://quay.io/repository/wekan/wekan?tab=tags) [Many tags available](https://quay.io/repository/wekan/wekan?tab=tags)
Example: Example for Wekan v0.73:
``` ```
docker run -d --restart=always --name wekan-db mongo:3.2.14 docker run -d --restart=always --name wekan-db mongo:3.2.18
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 quay.io/wekan/wekan:latest docker run -d --restart=always --name wekan --link "wekan-db:db" -e "MONGO_URL=mongodb://db" -e "ROOT_URL=http://192.168.1.200:8080" -p 8080:80 quay.io/wekan/wekan:v0.73
``` ```
Added 2017-05-06 to see if it has better debugging of failed builds than Docker Hub. Added 2017-05-06 to see if it has better debugging of failed builds than Docker Hub.