From 612dbf01d336ebf8166d3ac1122132ff9bc621a6 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 23 Oct 2025 19:47:40 -0700 Subject: [PATCH] Update compose.yaml --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 37096e3..7a4d7c9 100644 --- a/compose.yaml +++ b/compose.yaml @@ -18,7 +18,7 @@ services: environment: - OLLAMA_API_URL=http://ollama:11434 extra_hosts: - #- "host.docker.internal:host-gateway" # Enables access to host services from within the container. + - "host.docker.internal:host-gateway" # Enables access to host services from within the container. #user: "1000:1000" # non-root user for better security #user: "10999:10999" # for Docker Desktop compatibility