mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
v0.22 on quay.io
parent
d4349091ca
commit
c6d85ab41c
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ Example:
|
|||
```
|
||||
docker run -d --restart=always --name wekan-db mongo:3.2.13
|
||||
|
||||
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 quay.io/wekan/wekan:v0.19
|
||||
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 quay.io/wekan/wekan:v0.22
|
||||
```
|
||||
|
||||
Added 2017-05-06 to see if it has better debugging of failed builds than Docker Hub.
|
||||
|
|
@ -25,7 +25,7 @@ Added 2017-05-06 to see if it has better debugging of failed builds than Docker
|
|||
|
||||
- No build step and pull from the [mquandalle dockerhub](https://hub.docker.com/r/mquandalle/wekan/builds/)
|
||||
```
|
||||
docker run -d --restart=always --name wekan-db mongo:3.2.12
|
||||
docker run -d --restart=always --name wekan-db mongo:3.2.13
|
||||
```
|
||||
|
||||
- No build step, pull from the [wekanteam dockerhub](https://hub.docker.com/r/wekanteam/wekan/builds/) and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue