From 5f0f47866803460f01b175c6a525611cc93b9486 Mon Sep 17 00:00:00 2001 From: wander Date: Wed, 4 Feb 2026 15:57:12 -0500 Subject: [PATCH] dockerhost --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index f39d8ff..9708c32 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,6 +15,8 @@ services: - ALLOWED_IPS=127.0.0.1,192.168.1.0/24,10.0.0.0/8,172.16.0.0/12 - API_URL=http://host.docker.internal:8457/api # Update this if Tube Archivist is on a different IP/Port - VIDEO_URL=http://host.docker.internal:8457/video/ + extra_hosts: + - "host.docker.internal:host-gateway" # - UI_USERNAME=admin # - UI_PASSWORD=password # env_file: .env