Update readme.md

Einar Stenberg committed Nov 2, 2021 at 15:37 UTC bf4345efbd54ab69246bad98612451e704543c31
1 file changed +1 -1
docker/readme.md
+1 -1
@@ -16,7 +16,7 @@ services:
16 container_name: meshcentral
17 image: meshcentral
18 ports:
19 - - 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
19 + - 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
20 environment:
21 - HOSTNAME=my.domain.com #your hostname
22 - REVERSE_PROXY=false #set to your reverse proxy IP if you want to put meshcentral behind a reverse proxy