From fa00307a11f30238b2e1b5d0875e25bcd8a4e1f4 Mon Sep 17 00:00:00 2001 From: James Date: Sat, 28 May 2022 14:42:22 +0100 Subject: [PATCH] change HTTP and HTTPS ports to default --- example.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example.env b/example.env index 67259a4..83ceed7 100644 --- a/example.env +++ b/example.env @@ -2,5 +2,5 @@ VOLUME_PATH=/data/unifi TAG=latest PUID=1000 PGID=1000 -HTTP_PORT=80 -HTTPS_PORT=443 \ No newline at end of file +HTTP_PORT=8080 +HTTPS_PORT=8443 \ No newline at end of file