Update content.md

This commit is contained in:
Vincenzo Chianese 2019-01-10 08:49:25 +01:00 committed by GitHub
parent d15ad20916
commit 374b3b0ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ $ docker run -d --name express-gateway \
%%IMAGE%% %%IMAGE%%
``` ```
_Note:_ You might want to expose other ports to the host in case you're serving your APIs through **HTTPS**. *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. *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. 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.