You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when running docker-compose up compose complains that depends_on contains an invalid value. the contents of depends_on should be an array
compose is happily processing the file given above when setting the version to 2.1
Information
Docker for Windows 17.03.0-ce-rc1-win1 (1083)
Channel: beta
docker-compose 1.11.1
The text was updated successfully, but these errors were encountered:
@shin- @dnephin @dgageot
I'm opening this issue for @hindsight20-20, who first opened it in Docker for Windows issues.
Please see docker/for-win#527 for the full conversation thread.
Expected behavior
In compose file:
docker-compose up
should start services in order and start second only if first is healthy. (see compose file reference and Dockerfile reference)Actual behavior
when running
docker-compose up
compose complains that depends_on contains an invalid value. the contents of depends_on should be an arraycompose is happily processing the file given above when setting the version to 2.1
Information
The text was updated successfully, but these errors were encountered: