From 9f92c09586246592dd7da58adbef5174f80c0f5f Mon Sep 17 00:00:00 2001 From: Oliver Hofmann Date: Thu, 7 May 2026 15:09:04 +0200 Subject: [PATCH] Add container_name, remove ineffective extra_hosts with network_mode host --- docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 834d250..e6ee152 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,11 +1,10 @@ services: llmproxy: image: mediaeng/llmproxy:latest + container_name: llmproxy restart: unless-stopped network_mode: host env_file: .env - extra_hosts: - - "host.docker.internal:host-gateway" volumes: - ./backend/test.db:/app/backend/test.db - ./backend/logs:/app/backend/logs