add user: 0 to docker-compose.yml to remove acces denied in the log

This commit is contained in:
2026-07-21 21:18:21 +02:00
parent 6d174b81b3
commit 34adf399ab
+1
View File
@@ -3,6 +3,7 @@ services:
image: ghcr.io/faserf/whatsapp-gw:latest image: ghcr.io/faserf/whatsapp-gw:latest
container_name: whatsapp-gateway container_name: whatsapp-gateway
restart: always restart: always
user: '0'
ports: ports:
- "8066:8066" - "8066:8066"
volumes: volumes: