Update day46.md

This commit is contained in:
Seun Agbede 2022-09-16 17:39:17 +01:00 committed by GitHub
parent b276357904
commit bc7f526e64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,7 +134,7 @@ We can just confirm in Docker Desktop that our volumes are still there though.
![](Images/Day46_Containers11.png) ![](Images/Day46_Containers11.png)
If we then want to bring things back up then we can issue the `docker up -d` command from within the same directory and we have our application back up and running. If we then want to bring things back up then we can issue the `docker-compose up -d` command from within the same directory and we have our application back up and running.
![](Images/Day46_Containers12.png) ![](Images/Day46_Containers12.png)