From 5ce3960dee0bafd9a0dcff38b82bde1b933ac8db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BB=BA=E5=B9=B3?= Date: Thu, 27 Feb 2025 14:58:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BE=9D=E8=B5=96=E5=85=B3?= =?UTF-8?q?=E7=B3=BB=EF=BC=8C=E5=90=8E=E7=AB=AF=E4=BC=98=E5=85=88=EF=BC=8C?= =?UTF-8?q?=E6=88=90=E5=8A=9F=E4=B9=8B=E8=B7=AF=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index 72f85ea..ac5c78e 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,6 +2,8 @@ services: nginx: image: nginx:latest container_name: prnginx + depends_on: + - backend ports: - "10008:80" volumes: