fix(docker): remove :ro from .env volume mount - app needs to write .env

This commit is contained in:
GongyiChuren
2026-06-02 14:36:38 +08:00
parent 99f59df7a0
commit 8835e1a548
+1 -1
View File
@@ -8,7 +8,7 @@ services:
environment:
WEB_PANEL_HOST: "0.0.0.0"
volumes:
- ./.env:/app/.env:ro
- ./.env:/app/.env
- ./config.yaml:/app/config.yaml
- ./tg-watchbot.sqlite3:/app/tg-watchbot.sqlite3
- ./tg-watchbot.log:/app/tg-watchbot.log