From 7d70d4c4dfc84b820a0d193590d44740c1d6cbdd Mon Sep 17 00:00:00 2001 From: naiba Date: Fri, 3 Jun 2022 10:09:39 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20typo=20[no=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/docker-compose.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script/docker-compose.yaml b/script/docker-compose.yaml index 69b68c9..31c8f7c 100644 --- a/script/docker-compose.yaml +++ b/script/docker-compose.yaml @@ -6,10 +6,10 @@ services: restart: always volumes: - ./data:/dashboard/data - - ./theme-custom/template:/dashboard/resuorce/template/theme-custom:ro - - ./theme-custom/static:/dashboard/resuorce/static/theme-custom:ro - - ./dashboard-custom/template:/dashboard/resuorce/template/dashboard-custom:ro - - ./dashboard-custom/static:/dashboard/resuorce/static/dashboard-custom:ro + - ./theme-custom/template:/dashboard/resource/template/theme-custom:ro + - ./theme-custom/static:/dashboard/resource/static/theme-custom:ro + - ./dashboard-custom/template:/dashboard/resource/template/dashboard-custom:ro + - ./dashboard-custom/static:/dashboard/resource/static/dashboard-custom:ro ports: - nz_site_port:80 - nz_grpc_port:nz_grpc_port