From 894406e31ac4a06feaacbeb91a5935b9396fb4db Mon Sep 17 00:00:00 2001 From: Linden Crandall Date: Sat, 8 Feb 2025 06:53:33 +0900 Subject: [PATCH] updated nginx http port --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8bb0906..76814d2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,7 +31,7 @@ services: - ./certbot/conf:/etc/letsencrypt - ./certbot/www:/var/www/certbot ports: - - ${NGINX_HTTP_PORT}:${MAIN_HTTP_PORT} + - ${NGINX_HTTP_PORT}:${NGINX_HTTP_PORT} - ${NGINX_HTTPS_PORT}:443 certbot: