mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 01:10:11 -08:00
update Caddyfile reverse proxy and add extra_hosts to docker-compose for improved connectivity
This commit is contained in:
@@ -5,5 +5,5 @@
|
|||||||
|
|
||||||
jellyfin.peterwood.rocks {
|
jellyfin.peterwood.rocks {
|
||||||
encode gzip
|
encode gzip
|
||||||
reverse_proxy https://localhost:8920
|
reverse_proxy host.docker.internal:8096
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ services:
|
|||||||
- ./Caddyfile:/etc/caddy/Caddyfile
|
- ./Caddyfile:/etc/caddy/Caddyfile
|
||||||
- caddy_data:/data
|
- caddy_data:/data
|
||||||
- caddy_config:/config
|
- caddy_config:/config
|
||||||
|
extra_hosts:
|
||||||
|
- host.docker.internal:host-gateway
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
caddy_data:
|
caddy_data:
|
||||||
|
|||||||
Reference in New Issue
Block a user