From 215dc285a8ae59923e4a134412268eead8b747a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E4=B8=96=E8=BE=BE?= Date: Sun, 24 Mar 2024 18:53:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=9D=99=E6=80=81=E7=BD=91?= =?UTF-8?q?=E9=A1=B5=E8=B7=AF=E5=BE=84=E6=98=A0=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/compose/nginx.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/compose/nginx.md b/docs/compose/nginx.md index b65abf6..571819c 100644 --- a/docs/compose/nginx.md +++ b/docs/compose/nginx.md @@ -42,6 +42,7 @@ services: - 80:80 volumes: - ./conf/nginx.conf:/etc/nginx/nginx.conf + - ./html:/usr/share/nginx/html - ./logs:/var/log/nginx EOF ```