From b0f5b82d127a92e19a96ae5f57a4a008510a9984 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Tue, 23 Jun 2020 08:13:59 +0000 Subject: [PATCH] do not expose port 8123 to internet --- docker/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/readme.md b/docker/readme.md index 7e3d3525..0862fe8f 100644 --- a/docker/readme.md +++ b/docker/readme.md @@ -21,7 +21,7 @@ Copy the fullchain.pem and privkey.pem to the nginx-proxy/cert directory. ## Configure DNS and Firewall -You will need to add DNS entries so that the three subdomains resolve to the IP of the docker host. There is a reverse proxy running that will route the hostnames to the correct container. On the host, you will need to ensure the firewall is open on tcp ports 80, 443, 8123, 4505, 4506. +You will need to add DNS entries so that the three subdomains resolve to the IP of the docker host. There is a reverse proxy running that will route the hostnames to the correct container. On the host, you will need to ensure the firewall is open on tcp ports 80, 443, 4505, 4506. ## Run the environment with Docker