ardalis / pluralsight-ddd-fundamentals

Sample code for the Pluralsight DDD Fundamentals course by Julie Lerman and Steve "ardalis" Smith
MIT License
901 stars 318 forks source link

The docker-compose file is incorrect because no version tag. #39

Closed paulvanbladel closed 2 years ago

paulvanbladel commented 2 years ago

When I run this project as is on windows 11 with WSL in ubuntu, I get error on the docker-compose file

ERROR: The Compose file './docker-compose.yml' is invalid because:
Unsupported config option for services: 'clinicmanagement-api'

When I add a version tag at the top of the file


Version: "2"
The error is fixed.
ardalis commented 2 years ago

If you can, confirm it works now