Fix: Caddy upstream via host-gateway statt localhost

This commit is contained in:
sascha 2026-04-09 22:09:49 +02:00
parent 00a5904999
commit 016312b142
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,5 @@
test.sascha-lutz.de { test.sascha-lutz.de {
reverse_proxy localhost:18097 { reverse_proxy host-gateway:18097 {
flush_interval -1 flush_interval -1
transport http { transport http {
read_buffer 64kb read_buffer 64kb

View file

@ -6,6 +6,8 @@ services:
caddy: caddy:
image: caddy:latest image: caddy:latest
container_name: caddy container_name: caddy
extra_hosts:
- host-gateway:host-gateway
restart: unless-stopped restart: unless-stopped
ports: ports:
- "80:80" - "80:80"