Skip to content

add services keyword and three dashes that signal the start of document content in a yaml file

luciole requested to merge (removed):docker-compose-services into main

The docker container fails to start if I don't include the services keyword at the top of the docker-compose file. It looks like this keyword is required: https://docs.docker.com/compose/compose-file/

Merge request reports