mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
running with docker-compose
This commit is contained in:
parent
22b5b9819d
commit
271ab687d8
1 changed files with 14 additions and 2 deletions
16
README.md
16
README.md
|
@ -50,9 +50,21 @@ that by providing one-click installation on various platforms.
|
|||
|
||||
[VirtualBox][virtualbox]
|
||||
|
||||
Docker: [Docker image][docker_image], [Docs][docker_docs], [Docker Nginx proxy][docker_nginxproxy], [Docker Issue][docker_issue]
|
||||
### Docker: [Docker image][docker_image], [Docs][docker_docs], [Docker Nginx proxy][docker_nginxproxy], [Docker Issue][docker_issue]
|
||||
|
||||
Docker example, running latest Wekan:
|
||||
Docker example, running latest Wekan using docker-compose:
|
||||
|
||||
#### Running from remote dockerhub images
|
||||
```
|
||||
sudo docker-compose pull & sudo docker-compose up -d --no-build
|
||||
```
|
||||
|
||||
#### Running from locally built dockerhub images
|
||||
```
|
||||
sudo docker-compose up -d --build
|
||||
```
|
||||
|
||||
Docker example, running latest Wekan using docker run commands alone:
|
||||
```
|
||||
docker run -d --restart=always --name wekan-db mongo:3.2.11
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue