From dd84b21c5689c21d17852c9be7eaf63a8a652c59 Mon Sep 17 00:00:00 2001 From: mcolonna Date: Wed, 26 Mar 2025 23:43:47 +0100 Subject: [PATCH] change: nginx port change: 8080 -> 80 --- srcs/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcs/compose.yaml b/srcs/compose.yaml index 6fa4403..2d7cddc 100644 --- a/srcs/compose.yaml +++ b/srcs/compose.yaml @@ -5,7 +5,7 @@ services: # TODO no latest?? image: nginx:latest ports: - - 8080:80 + - 80:80 volumes: - ${DATA:?error}/nginx/www/:/usr/share/nginx/html:ro