update Caddyfile reverse proxy and add extra_hosts to docker-compose for improved connectivity

This commit is contained in:
Peter Wood
2025-03-05 09:44:55 -05:00
parent 2c370db732
commit fde90b6722
2 changed files with 3 additions and 1 deletions

View File

@@ -5,5 +5,5 @@
jellyfin.peterwood.rocks {
encode gzip
reverse_proxy https://localhost:8920
reverse_proxy host.docker.internal:8096
}