From 096914e58dc8ca7ad47e0a3bf2732b9368d5799b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Fri, 24 Jul 2026 11:29:12 +0200 Subject: [PATCH] fix caddy local host --- Caddyfile | 2 +- compose.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Caddyfile b/Caddyfile index 8f2002e..c1cb469 100644 --- a/Caddyfile +++ b/Caddyfile @@ -5,5 +5,5 @@ hledger.tomasrivera.ch { basicauth { tomasr $2a$14$NXz3GWokmcvjvWL7IPnmfOwBffOmXSqC9Tz4hsfiHY8.f6JW5m6tK } - reverse_proxy localhost:5000 + reverse_proxy host.docker.internal:5000 } diff --git a/compose.yml b/compose.yml index ce29815..037c9d8 100644 --- a/compose.yml +++ b/compose.yml @@ -15,7 +15,8 @@ services: - ./Caddyfile:/etc/caddy/Caddyfile:ro - caddy_data:/data - caddy_config:/config - + extra_host: + - "host.docker.internal:host-gateway" archivebox: image: archivebox/archivebox:latest