Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
Pipeline #3612 passed
# vim: ft=nginx
map $host $kodi { default 172.18.0.1; }
map $host $kodi { default 172.20.0.1; }
server {
listen 80;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment