Search posts, tags, users, and pages
SAFIA KHATOON
DevOps Journey Basics To Advanced
Docker Compose Docker Compose is a tool that was developed to help define and share multi-container applications. With Compose, we can create a YAML file to define the services and with a single command, can spin everything up or tear it all down. ...
pavan kumar
i got this problem
ubuntu@ip-172-30-1-162:~/todo-react-drf$ docker-compose up ERROR: The Compose file './docker-compose.yml' is invalid because: Unsupported config option for services.todo-react-drf: 'db'
check your docker-compose file and make sure indentation is correct otherwise u show error
pavan kumar
i got this problem
ubuntu@ip-172-30-1-162:~/todo-react-drf$ docker-compose up ERROR: The Compose file './docker-compose.yml' is invalid because: Unsupported config option for services.todo-react-drf: 'db'