From a6f5c1705d31ea9ed407755ce6a0f181a74abf7a Mon Sep 17 00:00:00 2001 From: Hein Date: Wed, 4 Feb 2026 13:49:42 +0200 Subject: [PATCH] =?UTF-8?q?fix(docker):=20=F0=9F=90=9B=20Remove=20read-onl?= =?UTF-8?q?y=20flag=20from=20config=20mount?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Adjusted the volume mount for the config file to allow write access. --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6626a7f..08ab129 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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