From 7704b0e096af8227e0b208c42b1190d270a1488d Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 20 Nov 2023 22:13:09 +0200
Subject: [PATCH] Web proxy: Update the Kodi host.

After migrating all Docker Compose services to a managed (not the
default) network, the IP address has changed.
---
 Compose/web-proxy/kodi/conf.d/kodi.shore.co.il.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Compose/web-proxy/kodi/conf.d/kodi.shore.co.il.conf b/Compose/web-proxy/kodi/conf.d/kodi.shore.co.il.conf
index 6f380b9..215e67d 100644
--- a/Compose/web-proxy/kodi/conf.d/kodi.shore.co.il.conf
+++ b/Compose/web-proxy/kodi/conf.d/kodi.shore.co.il.conf
@@ -1,5 +1,5 @@
 # vim: ft=nginx
-map $host $kodi { default 172.18.0.1; }
+map $host $kodi { default 172.20.0.1; }
 
 server {
     listen      80;
-- 
GitLab