From bf4345efbd54ab69246bad98612451e704543c31 Mon Sep 17 00:00:00 2001 From: Einar Stenberg Date: Tue, 2 Nov 2021 15:37:43 +0100 Subject: [PATCH] Update readme.md --- docker/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/readme.md b/docker/readme.md index 0d35ab5d..76480c33 100644 --- a/docker/readme.md +++ b/docker/readme.md @@ -16,7 +16,7 @@ services: container_name: meshcentral image: meshcentral ports: - - 8086:443 #MeshCentral will moan and try everything not to use port 80, but you can also use it if you so desire, just change the config.json according to your needs + - 443:443 #MeshCentral will moan and try everything not to use port 80, but you can also use it if you so desire, just change the config.json according to your needs environment: - HOSTNAME=my.domain.com #your hostname - REVERSE_PROXY=false #set to your reverse proxy IP if you want to put meshcentral behind a reverse proxy