mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
Updated Export Docker Mongo Data (markdown)
parent
e7e0e7ecbd
commit
76ba352f41
1 changed files with 4 additions and 4 deletions
|
|
@ -4,9 +4,9 @@ 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.2.12
|
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 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:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
2) List docker containers, your ID:s will be different:
|
2) List docker containers, your ID:s will be different:
|
||||||
|
|
@ -16,7 +16,7 @@ docker ps
|
||||||
Result:
|
Result:
|
||||||
```bash
|
```bash
|
||||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||||
1234wekanid wekanteam/wekan:meteor-1.4 "/bin/sh -c 'bash $ME" About an hour ago Up 46 minutes 0.0.0.0:8080->80/tcp wekan
|
1234wekanid wekanteam/wekan:latest "/bin/sh -c 'bash $ME" About an hour ago Up 46 minutes 0.0.0.0:8080->80/tcp wekan
|
||||||
4321mongoid mongo "/entrypoint.sh mongo" About an hour ago Up 46 minutes 27017/tcp wekan-db
|
4321mongoid mongo "/entrypoint.sh mongo" About an hour ago Up 46 minutes 27017/tcp wekan-db
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -33,7 +33,7 @@ like this:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
> mongo <==== START MONGO CLI
|
> mongo <==== START MONGO CLI
|
||||||
MongoDB shell version: 3.2.12
|
MongoDB shell version: 3.2.18
|
||||||
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]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue