This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Description
.env:
docker-compose.yaml:
services:
svc:
environment:
OTHER_VARIABLE: ${SOME_VARIABLE}
Gives an error: yaml: line 4: block sequence entries are not allowed in this context
Of course solution would be to wrap ${SOME_VARIABLE} in quotes but this used to work with previous composer so not sure if this is an issue. If not at least it might help someone searching for same problem.