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: