fix(docker): 🐛 Remove read-only flag from config mount
* Adjusted the volume mount for the config file to allow write access.
This commit is contained in:
@@ -13,7 +13,6 @@ services:
|
|||||||
- type: bind
|
- type: bind
|
||||||
source: ./bin/config.json
|
source: ./bin/config.json
|
||||||
target: /app/config.json
|
target: /app/config.json
|
||||||
read_only: true
|
|
||||||
|
|
||||||
|
|
||||||
# Mount sessions directory for WhatsApp authentication persistence
|
# Mount sessions directory for WhatsApp authentication persistence
|
||||||
|
|||||||
Reference in New Issue
Block a user