mirror of
https://github.com/wekan/wekan.git
synced 2025-12-29 21:58:49 +01:00
Updated Docker (markdown)
parent
4c8ba764f1
commit
fd2f36ceb6
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ docker run -d --restart=always --name wekan-db mongo:3.2.20
|
|||
specify docker variables
|
||||
|
||||
```
|
||||
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
|
||||
docker run -d --restart=always --name wekan --link "wekan-db:db" -e "MONGO_URL=mongodb://db" -e "ROOT_URL=http://localhost:8080" -p 8080:8080 quay.io/wekan/wekan
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue