host.docker.internal instead of localhost

This commit is contained in:
Andreas Knuth 2025-08-22 15:19:54 -05:00
parent d5aaa64555
commit 08501f863a
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ fancytextstuff.com {
cielectrical.bayarea-cc.com { cielectrical.bayarea-cc.com {
# wenn du API innerhalb von Next bedienst, weiterleiten an den Next Prozess # wenn du API innerhalb von Next bedienst, weiterleiten an den Next Prozess
handle { handle {
reverse_proxy localhost:3000 reverse_proxy host.docker.internal:3000
} }
log { log {
output file /var/log/caddy/cielectrical.log output file /var/log/caddy/cielectrical.log