mirror of
https://github.com/wekan/wekan.git
synced 2026-02-12 19:24:20 +01:00
Updated Docker (markdown)
parent
a42640f38e
commit
4bef82d9e2
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ sudo docker-compose up -d --nobuild
|
|||
|
||||
Docker example, running latest Wekan using docker run commands alone:
|
||||
```
|
||||
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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue