From bc7f526e64b33d3db22488da60d691296ee85d4e Mon Sep 17 00:00:00 2001 From: Seun Agbede <73464412+SeunAgbede@users.noreply.github.com> Date: Fri, 16 Sep 2022 17:39:17 +0100 Subject: [PATCH] Update day46.md --- Days/day46.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Days/day46.md b/Days/day46.md index bc281e8..65a0891 100644 --- a/Days/day46.md +++ b/Days/day46.md @@ -134,7 +134,7 @@ We can just confirm in Docker Desktop that our volumes are still there though. ![](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)