From bb249f0317a49386d7fd2f2324c671d73ec22146 Mon Sep 17 00:00:00 2001 From: yunxiafei <307327147@qq.com> Date: Sun, 15 Mar 2026 07:17:23 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84=20nginx=20=E6=9C=8D=E5=8A=A1=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 系统已有 Nginx 运行,不需要 Docker 内的 nginx 容器 --- docker-compose.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index ca7e44e..e6c1dfd 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -61,18 +61,6 @@ services: timeout: 5s retries: 5 - nginx: - image: nginx:alpine - ports: - - "80:80" - - "443:443" - volumes: - - ./nginx.conf:/etc/nginx/nginx.conf:ro - - ./ssl:/etc/nginx/ssl:ro - depends_on: - - pit-router - restart: unless-stopped - volumes: pit-data: pit-logs: