From 60409ee248061bc9cc73004fd72ca8b2bc31b6d3 Mon Sep 17 00:00:00 2001 From: icy Date: Thu, 6 Nov 2025 18:42:22 +0800 Subject: [PATCH] feat: web 443 port and ssl cert --- docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7dcf36da..acdf459a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: