Update lancache

This commit is contained in:
2025-11-28 20:32:01 +01:00
parent fba7697ffe
commit c130cab73c

View File

@@ -14,9 +14,9 @@ services:
# Toggle for load balancer usage or separate IPs for each service # Toggle for load balancer usage or separate IPs for each service
- USE_GENERIC_CACHE=true - USE_GENERIC_CACHE=true
# IPs for lancache monolithic instance; affects DNS resolution # IPs for lancache monolithic instance; affects DNS resolution
- LANCACHE_IP=192.168.178.99 - LANCACHE_IP=192.168.178.70
# Host IP for the DNS server binding # Host IP for the DNS server binding
- DNS_BIND_IP=192.168.178.99 - DNS_BIND_IP=192.168.178.79
# Upstream DNS for forwarded lookups # Upstream DNS for forwarded lookups
- UPSTREAM_DNS=8.8.8.8 - UPSTREAM_DNS=8.8.8.8
# Local storage path for cache data # Local storage path for cache data
@@ -41,9 +41,9 @@ services:
# Toggle for load balancer usage or separate IPs for each service # Toggle for load balancer usage or separate IPs for each service
- USE_GENERIC_CACHE=true - USE_GENERIC_CACHE=true
# IPs for lancache monolithic instance; affects DNS resolution # IPs for lancache monolithic instance; affects DNS resolution
- LANCACHE_IP=192.168.178.99 - LANCACHE_IP=192.168.178.70
# Host IP for the DNS server binding # Host IP for the DNS server binding
- DNS_BIND_IP=192.168.178.99 - DNS_BIND_IP=192.168.178.70
# Upstream DNS for forwarded lookups # Upstream DNS for forwarded lookups
- UPSTREAM_DNS=8.8.8.8 - UPSTREAM_DNS=8.8.8.8
# Local storage path for cache data # Local storage path for cache data