Use old working version of docker container

Lauri Ojansivu 2017-01-10 19:40:32 +02:00
parent b82fafa496
commit aa1a896eb7

@ -3,7 +3,7 @@
```bash
docker run -d --restart=always --name wekan-db mongo
docker run -d --restart=always --name wekan --link "wekan-db:db" -e "MONGO_URL=mongodb://db" -e "ROOT_URL=http://localhost" -p 8080:80 mquandalle/wekan
docker run -d --restart=always --name wekan --link "wekan-db:db" -e "MONGO_URL=mongodb://db" -e "ROOT_URL=http://localhost" -p 8080:80 mquandalle/wekan:0.10.0
```
2) List docker containers, your ID:s will be different: