From 91132b694b3436bf1c86ad9ebd6a87a7593e0baa Mon Sep 17 00:00:00 2001 From: kovagoadi Date: Sun, 26 Oct 2025 20:16:53 +0100 Subject: [PATCH] Test pipeline --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index afd7191..4180615 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -3,6 +3,6 @@ services: web: image: nginx:1.27.0-alpine3.19-slim ports: - - "80" + - "81" volumes: - ./html:/usr/share/nginx/html:ro