We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Updating (markdown)
could be desired to start the containers in the background with -d switch
`docker-compose down` does not accept container names. containers can be stopped with `docker-compose stop <container>` or everything can be stopped with just `docker-compose down`
Created Updating (markdown)