e19a85a5d0
* Fix compose syntax error It turns out that docker compose does not like a literal `true` but it will accept a `"true"` string. * Added missing && operators