The README states that docker stack supports compose-spec, but it does not. Running docker stack deploy on a compose file without a version: fails, as does using the long syntax of depends_on, as of the latest release (20.10.5). This issue seems to indicate that compose-go has not been rolled into docker cli: docker/cli#2527
The README states that docker stack supports compose-spec, but it does not. Running
docker stack deployon a compose file without aversion:fails, as does using the long syntax ofdepends_on, as of the latest release (20.10.5). This issue seems to indicate that compose-go has not been rolled into docker cli: docker/cli#2527