From 89443939621adee8542045e503b9da0f24f34827 Mon Sep 17 00:00:00 2001 From: ajeetraina Date: Sat, 5 Mar 2022 12:38:32 +0530 Subject: [PATCH] Added info instruction Signed-off-by: ajeetraina --- nginx-nodejs-redis/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nginx-nodejs-redis/README.md b/nginx-nodejs-redis/README.md index 64518cb..b506cb0 100644 --- a/nginx-nodejs-redis/README.md +++ b/nginx-nodejs-redis/README.md @@ -53,7 +53,10 @@ services: ``` The compose file defines an application with four services `redis`, `web`, `web1` and `web2`. When deploying the application, docker-compose maps port 80 of the web service container to port 80 of the host as specified in the file. -Redis runs on default port 6379. Make sure port 6379 on the host is not being used by another container, otherwise the port should be changed. + + +> ℹ️ **_INFO_** +> Redis runs on port 6379 by default. Make sure port 6379 on the host is not being used by another container, otherwise the port should be changed. ## Deploy with docker-compose