fix caddy local host

This commit is contained in:
2026-07-24 11:29:12 +02:00
parent 3da72a389b
commit 096914e58d
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -5,5 +5,5 @@ hledger.tomasrivera.ch {
basicauth {
tomasr $2a$14$NXz3GWokmcvjvWL7IPnmfOwBffOmXSqC9Tz4hsfiHY8.f6JW5m6tK
}
reverse_proxy localhost:5000
reverse_proxy host.docker.internal:5000
}