-
-
Notifications
You must be signed in to change notification settings - Fork 814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: Invalid interpolation format for "build" option in service "php": "${SYMFONY_VERSION:-}" #247
Comments
Hello, |
Docker Compose version v2.5.0 |
At first sight, I would have said the version of docker-compose but it doesn't look like it. |
I had the same error with an older version of docker-compose script After reinstalling it worked like a charm: |
In fact, it is the Docker engine that must be 17.09.0+ |
Sorry, I'm new with Docker, I did't download locally Your project https://github.com/dunglas/symfony-docker |
Hi, I'm trying to use symfony docker and I'm stuck on step 2 from read.me . Command
docker-compose build --pull --no-cache
throwERROR: Invalid interpolation format for "build" option in service "php": "${SYMFONY_VERSION:-}"
and google is silent for it.I'm also fresh with Docker...
The text was updated successfully, but these errors were encountered: