From b266023afc0b4410b96620c7762e304a122b5201 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Wed, 24 Dec 2025 14:38:14 +0800 Subject: [PATCH] =?UTF-8?q?chore(docker):=20=E5=8E=BB=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E7=9A=84NGINX=20STL=20=E7=AB=AF=E5=8F=A3=E6=9A=B4?= =?UTF-8?q?=E6=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 1 - .env.development | 1 - .env.example | 1 - .env.local | 1 - .env.production | 1 - .env.staging | 1 - .env.test | 1 - docker-compose.yml | 1 - 8 files changed, 8 deletions(-) diff --git a/.env b/.env index 3f0ce1603..bfb9c9de4 100644 --- a/.env +++ b/.env @@ -21,5 +21,4 @@ REDIS_PORT=6399 # Nginx 配置 NGINX_PORT=8010 -NGINX_SSL_PORT=8012 diff --git a/.env.development b/.env.development index 2be4c5f1f..b0685bf60 100644 --- a/.env.development +++ b/.env.development @@ -21,5 +21,4 @@ REDIS_PORT=6499 # Nginx 暴漏端口 NGINX_PORT=8050 -NGINX_SSL_PORT=8052 diff --git a/.env.example b/.env.example index bc9c1a52a..f40b6d225 100644 --- a/.env.example +++ b/.env.example @@ -21,4 +21,3 @@ REDIS_PORT=6399 # Nginx 配置 NGINX_PORT=8010 -NGINX_SSL_PORT=8012 diff --git a/.env.local b/.env.local index 9613e477c..82a21ced4 100644 --- a/.env.local +++ b/.env.local @@ -21,5 +21,4 @@ REDIS_PORT=6399 # Nginx 配置 NGINX_PORT=8010 -NGINX_SSL_PORT=8012 diff --git a/.env.production b/.env.production index f59cd1eaa..b1bced426 100644 --- a/.env.production +++ b/.env.production @@ -21,5 +21,4 @@ REDIS_PORT=6829 # Nginx 暴漏端口 NGINX_PORT=8858 -NGINX_SSL_PORT=8860 diff --git a/.env.staging b/.env.staging index da9b417e2..9a1abbca9 100644 --- a/.env.staging +++ b/.env.staging @@ -21,5 +21,4 @@ REDIS_PORT=6809 # Nginx 暴漏端口 NGINX_PORT=8854 -NGINX_SSL_PORT=8856 diff --git a/.env.test b/.env.test index 4fe026321..f424f79bc 100644 --- a/.env.test +++ b/.env.test @@ -21,5 +21,4 @@ REDIS_PORT=6799 # Nginx 暴漏端口 NGINX_PORT=8360 -NGINX_SSL_PORT=8362 diff --git a/docker-compose.yml b/docker-compose.yml index e86b54f85..ed5a4b8d2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -52,7 +52,6 @@ services: restart: always ports: - "${NGINX_PORT:-80}:80" - - "${NGINX_SSL_PORT:-443}:443" volumes: # 挂载项目代码到 Nginx 容器中 - ./src:/var/www/html:rw