mirror of
https://github.com/wekan/wekan.git
synced 2026-03-01 11:20:15 +01:00
Updated Platforms (markdown)
parent
3811022825
commit
9691a64cb5
1 changed files with 5 additions and 2 deletions
|
|
@ -2,10 +2,13 @@
|
|||
|
||||
* Source-based platforms
|
||||
* [Sandstorm](https://sandstorm.io)
|
||||
* Meteor 1.4 and Node v4 port on Docker
|
||||
|
||||
# Fixing in progress
|
||||
```
|
||||
docker run -d --restart=always --name wekan-db mongo:3.4.3
|
||||
|
||||
* Docker
|
||||
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
|
||||
```
|
||||
|
||||
# Upcoming
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue