fix(docker): 🐛 Remove read-only flag from config mount
Some checks failed
CI / Test (1.22) (push) Failing after -24m31s
CI / Build (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Test (1.23) (push) Has been cancelled

* Adjusted the volume mount for the config file to allow write access.
This commit is contained in:
Hein
2026-02-04 13:49:42 +02:00
parent 5092f7a53c
commit a6f5c1705d

View File

@@ -13,7 +13,6 @@ services:
- type: bind
source: ./bin/config.json
target: /app/config.json
read_only: true
# Mount sessions directory for WhatsApp authentication persistence