mirror of
https://github.com/wekan/wekan.git
synced 2025-12-19 17:00:13 +01:00
Updated Docker (markdown)
parent
7d43b7570d
commit
79015b3ffd
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ docker-compose up -d --build
|
||||||
```
|
```
|
||||||
docker run -d --restart=always --name wekan-db mongo:4.4
|
docker run -d --restart=always --name wekan-db mongo:4.4
|
||||||
|
|
||||||
docker run -d --restart=always --name wekan --link "wekan-db:db" -e "WITH_API=true" -e "MONGO_URL=mongodb://wekan-db:27017/wekan" -e "ROOT_URL=http://192.168.1.200:2000" -p 2000:8080 quay.io/wekan/wekan:v5.35
|
docker run -d --restart=always --name wekan --link "wekan-db:db" -e "WITH_API=true" -e "MONGO_URL=mongodb://wekan-db:27017/wekan" -e "ROOT_URL=http://192.168.1.200:2000" -p 2000:8080 wekanteam/wekan:v5.41
|
||||||
```
|
```
|
||||||
Specific release in above URL, not latest:
|
Specific release in above URL, not latest:
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue