From 9e7d3a5d9f6570997aeb223034806a2438b36328 Mon Sep 17 00:00:00 2001 From: "Ajeet Singh Raina, Docker Captain, ARM Innovator, RedisInc" Date: Sun, 13 Mar 2022 16:48:09 +0530 Subject: [PATCH] Update nginx-nodejs-redis/README.md Co-authored-by: Guillaume Lours --- nginx-nodejs-redis/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/nginx-nodejs-redis/README.md b/nginx-nodejs-redis/README.md index cd2a6a6..c2e5886 100644 --- a/nginx-nodejs-redis/README.md +++ b/nginx-nodejs-redis/README.md @@ -56,6 +56,17 @@ When deploying the application, docker-compose maps port 80 of the nginx service ``` $ docker-compose up -d +[+] Running 24/24 + ⠿ redis Pulled ... + ⠿ 565225d89260 Pull complete +[+] Building 2.4s (22/25) + => [nginx-nodejs-redis_nginx internal] load build definition from Dockerfile ... +[+] Running 5/5 + ⠿ Network nginx-nodejs-redis_default Created + ⠿ Container nginx-nodejs-redis-web2-1 Started + ⠿ Container nginx-nodejs-redis-redis-1 Started + ⠿ Container nginx-nodejs-redis-web1-1 Started + ⠿ Container nginx-nodejs-redis-nginx-1 Started ```