From fe0aa43c7344035fb94f488c028b8b3a7afaccd7 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Thu, 18 Mar 2021 11:20:15 +0800 Subject: [PATCH] update Former-commit-id: 84d300d18a7ca63ba635565067c65447255bfea3 Former-commit-id: 813210aa036e3430ef8087204ec4c5752d28dfee --- publish/src/linux-x64/publish/docker-compose.override.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/publish/src/linux-x64/publish/docker-compose.override.yml b/publish/src/linux-x64/publish/docker-compose.override.yml index 96144f83..71df984f 100644 --- a/publish/src/linux-x64/publish/docker-compose.override.yml +++ b/publish/src/linux-x64/publish/docker-compose.override.yml @@ -6,8 +6,8 @@ services: - ./conf/srs/dev:/usr/local/srs/conf website: volumes: - - ../../../../projects/WebMVC/wwwroot:/root/nginx/html/desktop - - ../../../../projects/WebMVC/wwwroot:/root/nginx/html/desktop/sub + - ../../../../projects/Platform/wwwroot:/root/nginx/html/desktop + - ../../../../projects/Platform/wwwroot:/root/nginx/html/desktop/sub - ../../../../projects/WebSPA/wwwroot:/root/nginx/html/mobile platform: image: nginx:1.18.0