From 670a63974a3c98cce9681288dcfec81c4cf6da91 Mon Sep 17 00:00:00 2001 From: iancaragol Date: Sat, 27 Mar 2021 09:36:21 -0600 Subject: [PATCH] added line break --- nginx-wsgi-flask/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx-wsgi-flask/README.md b/nginx-wsgi-flask/README.md index 1459d83..b468128 100644 --- a/nginx-wsgi-flask/README.md +++ b/nginx-wsgi-flask/README.md @@ -34,6 +34,7 @@ services: The compose file defines an application with two services `nginx-proxy` and `flask-app`. 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. + Make sure port 80 on the host is not being used by another container, otherwise the port should be changed. ## Deploy with docker-compose