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