chore: 调整 nginx 入口为 8888 端口

This commit is contained in:
Cheng Zhou
2026-03-31 09:34:29 +08:00
parent 9535fece6c
commit 84f865a7b0
8 changed files with 11 additions and 13 deletions
+1 -3
View File
@@ -57,9 +57,7 @@ services:
container_name: ctms_nginx
restart: always
ports:
- "80:80"
- "443:443"
- "8888:8888"
- "8888:80"
volumes:
- ./nginx/certs:/etc/nginx/certs:ro
- ./frontend/public/favicon.ico:/usr/share/nginx/html/favicon.ico:ro