release(main): 调整 nginx 入口为 8888 端口

This commit is contained in:
Cheng Zhou
2026-03-31 09:35:32 +08:00
parent e5e97e640b
commit fccfc60bc8
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