Commit 7704b0e0 authored by nimrod's avatar nimrod
Browse files

Web proxy: Update the Kodi host.

After migrating all Docker Compose services to a managed (not the
default) network, the IP address has changed.
parent 10e395ba
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# vim: ft=nginx
map $host $kodi { default 172.18.0.1; }
map $host $kodi { default 172.20.0.1; }

server {
    listen      80;