Closing an App
Learn to close an app managed by Compose and understand the output.
We'll cover the following
In this and the following lesson, you’ll see how to start, stop, delete, and get the status of applications being managed by Docker Compose. You’ll also see how the volume we’re using can be used to directly inject updates to the app’s web front-end.
Compose down
As the application is already up, let’s see how to bring it down. To do this, replace the up
sub-command with down
.
Get hands-on with 1200+ tech skills courses.