mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Add version number to mongo because of bug
parent
aa1a896eb7
commit
23ecfbb955
1 changed files with 5 additions and 1 deletions
|
|
@ -1,11 +1,15 @@
|
|||
1) You can run Wekan on Docker locally like this on http://localhost:8080/
|
||||
(or other port it you change 8080 in script):
|
||||
```bash
|
||||
docker run -d --restart=always --name wekan-db mongo
|
||||
docker run -d --restart=always --name wekan-db mongo:3.4
|
||||
|
||||
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
|
||||
```
|
||||
|
||||
Mongo 3.4 used because of bug in 3.4.1:
|
||||
|
||||
https://github.com/wefork/wekan/issues/58
|
||||
|
||||
2) List docker containers, your ID:s will be different:
|
||||
```bash
|
||||
docker ps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue