add user: 0 to docker-compose.yml to remove acces denied in the log
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user