Felix Siegrist

Results 3 comments of Felix Siegrist

If you add the variables directly in the docker-compose.yaml, docker-compose does not complain: ``` environment: - my-variable=value ``` Seems not to be consistent with the behavior of .env files.

I use Docker Desktop for Mac. The latest version (3.6.0.5487) includes docker-compose v2.0.0-rc.1 If the problem is fixed in rc2, I deactivate the experimental feature "Use Docker Compose V2 release...

Still getting the same error: ``` $ docker-compose --version Docker Compose version v2.0.0-rc.2 $ docker-compose up invalid variable name "backend-host" ```