chore(docker): 去除多余的NGINX STL 端口暴漏

This commit is contained in:
2025-12-24 14:38:14 +08:00
parent 23abd0496b
commit b266023afc
8 changed files with 0 additions and 8 deletions

1
.env
View File

@@ -21,5 +21,4 @@ REDIS_PORT=6399
# Nginx 配置 # Nginx 配置
NGINX_PORT=8010 NGINX_PORT=8010
NGINX_SSL_PORT=8012

View File

@@ -21,5 +21,4 @@ REDIS_PORT=6499
# Nginx 暴漏端口 # Nginx 暴漏端口
NGINX_PORT=8050 NGINX_PORT=8050
NGINX_SSL_PORT=8052

View File

@@ -21,4 +21,3 @@ REDIS_PORT=6399
# Nginx 配置 # Nginx 配置
NGINX_PORT=8010 NGINX_PORT=8010
NGINX_SSL_PORT=8012

View File

@@ -21,5 +21,4 @@ REDIS_PORT=6399
# Nginx 配置 # Nginx 配置
NGINX_PORT=8010 NGINX_PORT=8010
NGINX_SSL_PORT=8012

View File

@@ -21,5 +21,4 @@ REDIS_PORT=6829
# Nginx 暴漏端口 # Nginx 暴漏端口
NGINX_PORT=8858 NGINX_PORT=8858
NGINX_SSL_PORT=8860

View File

@@ -21,5 +21,4 @@ REDIS_PORT=6809
# Nginx 暴漏端口 # Nginx 暴漏端口
NGINX_PORT=8854 NGINX_PORT=8854
NGINX_SSL_PORT=8856

View File

@@ -21,5 +21,4 @@ REDIS_PORT=6799
# Nginx 暴漏端口 # Nginx 暴漏端口
NGINX_PORT=8360 NGINX_PORT=8360
NGINX_SSL_PORT=8362

View File

@@ -52,7 +52,6 @@ services:
restart: always restart: always
ports: ports:
- "${NGINX_PORT:-80}:80" - "${NGINX_PORT:-80}:80"
- "${NGINX_SSL_PORT:-443}:443"
volumes: volumes:
# 挂载项目代码到 Nginx 容器中 # 挂载项目代码到 Nginx 容器中
- ./src:/var/www/html:rw - ./src:/var/www/html:rw