Files
opencloud/deployments
Ralf Haferkamp 286e54f6ce Fix docker-compose ocis_keycloak example
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.
2022-01-19 10:58:23 +01:00
..