From cd398375a23d36b725bf3f2673b813172dfe64d2 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 23 Oct 2025 19:33:40 -0700 Subject: [PATCH] Update compose.yaml --- compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index ab08e97..ee097d5 100644 --- a/compose.yaml +++ b/compose.yaml @@ -21,7 +21,8 @@ services: - OLLAMA_API_URL=http://ollama:11434 extra_hosts: #- "host.docker.internal:host-gateway" # Enables access to host services from within the container. - user: "1000:1000" # run as non-root user for better security + #user: "1000:1000" # non-root user for better security + user: "10999:10999" # for Docker Desktop compatibility meshtasticd: # Runs a virtual node. Optional, but can be used to link meshing-around directly to mqtt. ports: