mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Use old working version of docker container
parent
b82fafa496
commit
aa1a896eb7
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
```bash
|
||||
docker run -d --restart=always --name wekan-db mongo
|
||||
|
||||
docker run -d --restart=always --name wekan --link "wekan-db:db" -e "MONGO_URL=mongodb://db" -e "ROOT_URL=http://localhost" -p 8080:80 mquandalle/wekan
|
||||
docker run -d --restart=always --name wekan --link "wekan-db:db" -e "MONGO_URL=mongodb://db" -e "ROOT_URL=http://localhost" -p 8080:80 mquandalle/wekan:0.10.0
|
||||
```
|
||||
|
||||
2) List docker containers, your ID:s will be different:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue