From a4309ab80e775d67e54d19b7b8cf841894600378 Mon Sep 17 00:00:00 2001 From: RomanNum3ral <116513200+RomanNum3ral@users.noreply.github.com> Date: Tue, 23 Jul 2024 09:38:52 -0400 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index fb80329..2243a1a 100644 --- a/install.sh +++ b/install.sh @@ -19,8 +19,8 @@ sudo docker run \ --sig-proxy=false \ --name nextcloud-aio-mastercontainer \ --restart always \ ---publish 81:80 \ ---publish 8081:8080 \ +--publish 80:80 \ +--publish 8080:8080 \ --publish 8443:8443 \ --volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \ --volume /var/run/docker.sock:/var/run/docker.sock:ro \