From 912c0301c51ed91041ca31e62882240fbaeeee46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Mon, 21 Apr 2025 12:30:38 +0800 Subject: [PATCH] Update q2tg.yml --- compose/q2tg.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/compose/q2tg.yml b/compose/q2tg.yml index 339900f..f558a6d 100644 --- a/compose/q2tg.yml +++ b/compose/q2tg.yml @@ -22,7 +22,6 @@ services: - 6099:6099 - 3001:3001 volumes: - - ./napcat:/app/napcat - ./ntqq:/app/.config/QQ networks: - q2tg_network @@ -33,11 +32,11 @@ services: image: clansty/q2tg:rainbowcat restart: unless-stopped volumes: - - ./napcat:/app/napcat + - ./napcat/config:/app/napcat/config - ./ntqq:/app/.config/QQ networks: - q2tg_network networks: q2tg_network: - driver: bridge \ No newline at end of file + driver: bridge