mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-24 13:08:26 -05:00
286e54f6ce
docker-compose doesn't like bare boolean values in the `environment` section. From the compose-file docs: Any boolean values (true, false, yes, no) need to be enclosed in quotes to ensure they are not converted to True or False by the YML parser.