fix(docker): remove :ro from .env volume mount - app needs to write .env
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user