mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
ports in docker-compose.yml must be an array
This commit is contained in:
parent
1e8368dea5
commit
cf7fd53130
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ wekandb:
|
|||
# - ./data/runtime/db:/data/db
|
||||
# - ./data/dump:/dump
|
||||
command: mongod --smallfiles --oplogSize 128
|
||||
ports: 27017
|
||||
ports:
|
||||
- 27017
|
||||
|
||||
wekan:
|
||||
image: mquandalle/wekan
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue