fix(docker): mount .env as volume so web panel config persists across container recreation

This commit is contained in:
GongyiChuren
2026-06-01 00:17:44 +08:00
parent 0e0a19bd55
commit a6d91674a5
+1
View File
@@ -10,6 +10,7 @@ services:
environment:
WEB_PANEL_HOST: 0.0.0.0
volumes:
- ./.env:/app/.env
- ./config.yaml:/app/config.yaml
- ./tg-watchbot.sqlite3:/app/tg-watchbot.sqlite3
- ./tg-watchbot.log:/app/tg-watchbot.log