host.docker.internal instead of localhost
This commit is contained in:
@@ -57,7 +57,7 @@ fancytextstuff.com {
|
||||
cielectrical.bayarea-cc.com {
|
||||
# wenn du API innerhalb von Next bedienst, weiterleiten an den Next Prozess
|
||||
handle {
|
||||
reverse_proxy localhost:3000
|
||||
reverse_proxy host.docker.internal:3000
|
||||
}
|
||||
log {
|
||||
output file /var/log/caddy/cielectrical.log
|
||||
|
||||
Reference in New Issue
Block a user