From 0f98d961bf15ef4c433f7281d1a248d342a5ddbb Mon Sep 17 00:00:00 2001 From: Vincenzo Chianese Date: Thu, 10 Jan 2019 08:55:36 +0100 Subject: [PATCH] Update content.md --- express-gateway/content.md | 1 + 1 file changed, 1 insertion(+) diff --git a/express-gateway/content.md b/express-gateway/content.md index ce5d1d60d..1307cc74f 100644 --- a/express-gateway/content.md +++ b/express-gateway/content.md @@ -48,6 +48,7 @@ $ docker run -d --name express-gateway \ ``` *Note:* You might want to expose other ports to the host in case you're serving your APIs through **HTTPS**. + *Note:* You need to mount a volume with configuration files and volumes in order to make Express-Gateway start correctly. You can now read the docs at [express-gateway.io/docs](http://express-gateway.io/docs) to learn more about Express-Gateway and configure it accordingly to your needs.