Docker: Verify docker-compose configuration
Once you’ve edited your docker-compose.yml file, you can validate this file
using the docker-compose config command that prints your resolved application
config to the terminal.
Via docs.docker.com.
Leave a comment