Fix frontend hostname in Caddyfile

This commit is contained in:
Christian Brüggemann 2024-06-20 20:12:08 +02:00 committed by GitHub
parent b6f7da34b6
commit f35c86715a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@
} }
FRONTEND_HOSTNAME { FRONTEND_HOSTNAME {
reverse_proxy pipedfrontend:80 reverse_proxy piped-frontend:80
import global import global
} }