diff --git a/docker-compose.yml b/docker-compose.yml index 9a94c67..6626a7f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,11 @@ services: - "8025:8025" volumes: # Mount config file - - ./bin/config.json:/app/config.json:ro + - type: bind + source: ./bin/config.json + target: /app/config.json + read_only: true + # Mount sessions directory for WhatsApp authentication persistence - ./bin/sessions:/app/sessions