mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 08:20:12 +01:00
Updated yaml file to version 2, see #752
parent
61f27a930d
commit
e432238469
1 changed files with 15 additions and 13 deletions
|
|
@ -6,7 +6,9 @@
|
||||||
1. In a given directory (say `/home/johndoe/wekan`), create a `docker-compose.yml` file with:
|
1. In a given directory (say `/home/johndoe/wekan`), create a `docker-compose.yml` file with:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
wekan:
|
version: '2'
|
||||||
|
services:
|
||||||
|
wekan:
|
||||||
image: mquandalle/wekan
|
image: mquandalle/wekan
|
||||||
links:
|
links:
|
||||||
- wekandb
|
- wekandb
|
||||||
|
|
@ -16,7 +18,7 @@ wekan:
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
|
|
||||||
wekandb:
|
wekandb:
|
||||||
image: mongo
|
image: mongo
|
||||||
volumes:
|
volumes:
|
||||||
- /home/johndoe/wekan/data:/data/db
|
- /home/johndoe/wekan/data:/data/db
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue