updated nginx http port #8

Merged
Ghost merged 1 commits from dev into main 2025-02-07 21:54:21 +00:00

View File

@ -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: