From 12683932207323b7b14cbf1212efc3c8d84b35d3 Mon Sep 17 00:00:00 2001 From: Charlie Arehart Date: Tue, 7 Apr 2020 20:39:30 -0500 Subject: [PATCH] corrected typo Signed-off-by: Charlie Arehart --- nginx-golang/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-golang/README.md b/nginx-golang/README.md index 3fff798..e58d361 100644 --- a/nginx-golang/README.md +++ b/nginx-golang/README.md @@ -27,7 +27,7 @@ services: ``` The compose file defines an application with two services `frontend` and `backend`. When deploying the application, docker-compose maps port 80 of the frontend service container to the same port of the host as specified in the file. -Make sure port 80 on the host is not already being in use. +Make sure port 80 on the host is not already in use. ## Deploy with docker-compose