From a0ff3671ec3429a56441c76fb2af10358788e92c Mon Sep 17 00:00:00 2001 From: tongji Date: Sun, 2 Jan 2022 21:07:56 +0800 Subject: [PATCH] =?UTF-8?q?volumes=20=E7=94=A8=E7=BB=9D=E5=AF=B9=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index a2afcd7..5304262 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: # 数据卷 volumes: # 映射主机./conf.d目录到容器/etc/nginx/conf.d目录 - - "$PWD/nginx/conf.d:/etc/nginx/conf.d" + - "/srv/dco/web/nginx/conf.d:/etc/nginx/conf.d" - "/srv/hd/pub/web/80:/var/www/html" networks: - web_net