From 1d1415a73053c2d4ac145997c610d9fdbe433110 Mon Sep 17 00:00:00 2001 From: wander Date: Wed, 4 Feb 2026 16:15:35 -0500 Subject: [PATCH] bozo comments out their env file --- docker-compose.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9708c32..2f99d6a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,10 +13,6 @@ services: environment: - SCAN_INTERVAL=60 - 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 + env_file: .env