chaosdorf / mete

Matekasse
MIT License
47 stars 40 forks source link

Fix broken docker-compose example #90

Closed m0ppers closed 4 years ago

m0ppers commented 4 years ago

Using latest docker-compose distributed with manjaro I got the following error:

[mop@gustav-theodor kalkspace-mete]$ docker-compose up -d
ERROR: Version in "./docker-compose.yml" is invalid - it should be a string.

Fix seems easy enough :D

YtvwlD commented 4 years ago

Ah, it's just yaml being yaml. Thanks!