Updated Export Docker Mongo Data (markdown)

Lauri Ojansivu 2017-04-16 12:59:12 +03:00
parent 4bef82d9e2
commit 0f30f0b4ad

@ -4,7 +4,7 @@ It can be wekan-db, mongodb or something else.
1) You can run Wekan on Docker locally like this on http://localhost:8080/ 1) You can run Wekan on Docker locally like this on http://localhost:8080/
(or other port it you change 8080 in script): (or other port it you change 8080 in script):
```bash ```bash
docker run -d --restart=always --name wekan-db mongo:3.4.3 docker run -d --restart=always --name wekan-db mongo:3.2.12
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 wekanteam/wekan:meteor-1.4 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 wekanteam/wekan:meteor-1.4
``` ```
@ -33,7 +33,7 @@ like this:
```bash ```bash
> mongo <==== START MONGO CLI > mongo <==== START MONGO CLI
MongoDB shell version: 3.4.3 MongoDB shell version: 3.2.12
connecting to: test connecting to: test
Server has startup warnings: Server has startup warnings:
2016-06-25T11:39:55.913+0000 I CONTROL [initandlisten] 2016-06-25T11:39:55.913+0000 I CONTROL [initandlisten]