From 9d3f9ee618d0a07cd2b297d6b209a0bccd6e75c4 Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 2 Feb 2023 09:01:19 +0000 Subject: [PATCH] Got the ports the wrong way about ... again --- nextcloud-docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud-docker-compose.yml b/nextcloud-docker-compose.yml index c07aa09..141c22c 100644 --- a/nextcloud-docker-compose.yml +++ b/nextcloud-docker-compose.yml @@ -5,7 +5,7 @@ services: container_name: nextcloud_main restart: unless-stopped ports: - - 8080:8082 + - 8082:80 volumes: - /usr/docker_binds/nextcloud/instance:/var/www/html - /mnt/pokecenter/NextCloudDataStore:/var/www/html/data