From 2fda59f4511c339063ab626a7e4dbf6301fc8630 Mon Sep 17 00:00:00 2001 From: Angoosh Leviocki Date: Thu, 24 Oct 2024 14:45:59 +0200 Subject: [PATCH] changed nginx external port, because port 80 is set for traefik --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index c0fa2f2..fcda0fd 100644 --- a/compose.yaml +++ b/compose.yaml @@ -8,7 +8,7 @@ services: nginx: image: nginx ports: - - "80:80" + - "8004:80" volumes: - ./nginx.conf:/etc/nginx/nginx.conf:ro labels: