feat: web 443 port and ssl cert

This commit is contained in:
icy
2025-11-06 18:42:22 +08:00
parent 096ed0fd6e
commit 60409ee248
+3 -1
View File
@@ -87,7 +87,9 @@ services:
container_name: nofx-frontend
restart: unless-stopped
ports:
- "${NOFX_FRONTEND_PORT:-3000}:80"
- "${NOFX_FRONTEND_PORT:-3000}:443"
volumes:
- ./certs:/etc/nginx/certs:ro # 挂载证书目录
networks:
- nofx-network
depends_on: