mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Update docker commands for running wekan
parent
878bc4222d
commit
26ab7df629
1 changed files with 3 additions and 3 deletions
|
|
@ -1,12 +1,12 @@
|
|||
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:3.4
|
||||
docker run -d --restart=always --name wekan-db mongo:3.2.11
|
||||
|
||||
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
|
||||
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 mquandalle/wekan:latest
|
||||
```
|
||||
|
||||
Mongo 3.4 used because of bug in 3.4.1:
|
||||
Mongo 3.2.11 used because of bug in 3.4.1:
|
||||
|
||||
https://github.com/wefork/wekan/issues/58
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue