mirror of
https://github.com/wekan/wekan.git
synced 2026-01-28 20:26:09 +01:00
Updated Docker (markdown)
parent
3e98693478
commit
932582be02
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ 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-compose examples
|
||||
### docker-compose examples
|
||||
|
||||
- Build default
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue