mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
Updated Docker (markdown)
parent
6847431fa7
commit
acbed5268a
1 changed files with 2 additions and 2 deletions
|
|
@ -4,11 +4,11 @@
|
||||||
|
|
||||||
[Many tags available](https://quay.io/repository/wekan/wekan?tab=tags)
|
[Many tags available](https://quay.io/repository/wekan/wekan?tab=tags)
|
||||||
|
|
||||||
Example for Wekan v0.81:
|
Example for Wekan v0.95:
|
||||||
```
|
```
|
||||||
docker run -d --restart=always --name wekan-db mongo:3.2.19
|
docker run -d --restart=always --name wekan-db mongo:3.2.19
|
||||||
|
|
||||||
docker run -d --restart=always --name wekan --link "wekan-db:db" -e "MONGO_URL=mongodb://db" -e "ROOT_URL=http://192.168.1.200:8080" -p 8080:80 quay.io/wekan/wekan:v0.81
|
docker run -d --restart=always --name wekan --link "wekan-db:db" -e "MONGO_URL=mongodb://db" -e "ROOT_URL=http://192.168.1.200:8080" -p 8080:80 quay.io/wekan/wekan:v0.95
|
||||||
```
|
```
|
||||||
For latest development version, use without tag:
|
For latest development version, use without tag:
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue