host.docker.internal instead of localhost
This commit is contained in:
parent
d5aaa64555
commit
08501f863a
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue