From e0441565b9c5971e523e29ff8ee0280081591663 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 22 Oct 2025 21:49:56 +0200 Subject: [PATCH] Update docker-compose.yaml --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 2446cdb..d533eba 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -9,6 +9,6 @@ services: web2: image: nginx:1.26.1-alpine3.19-slim ports: - - "81" + - "82" volumes: - ./html:/usr/share/nginx/html:ro \ No newline at end of file