From e1ad49ba434a497601a454a3999cfc00cd1b0fd8 Mon Sep 17 00:00:00 2001 From: akanealw Date: Wed, 26 Apr 2023 10:46:22 -0500 Subject: [PATCH] changed port --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 090e75d..0b532d8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -310,7 +310,7 @@ services: image: nginx:alpine restart: always ports: - - 192.168.1.33:8180:80 + - 192.168.1.33:8380:80 volumes: - ./appdata/nextcloud/nginx.conf:/etc/nginx/nginx.conf - ./appdata/nextcloud/html:/var/www/html:z,ro