From 747f078802bae6d7e472c694e6b13698fb781d47 Mon Sep 17 00:00:00 2001 From: 7RPH <894304504@qq.com> Date: Mon, 31 Mar 2025 20:07:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9volume=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改volume路径,使得配置文件能够正常同步到宿主机./napcat目录下 --- compose/ws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/ws.yml b/compose/ws.yml index 5e1af48..b20f9dd 100644 --- a/compose/ws.yml +++ b/compose/ws.yml @@ -17,5 +17,5 @@ services: - 6099:6099 volumes: - - ./napcat:/app/napcat + - ./napcat:/app/napcat/config - ./ntqq:/app/.config/QQ \ No newline at end of file