diff --git a/standalone/Caddyfile b/standalone/Caddyfile index ca83029f..87a1008e 100644 --- a/standalone/Caddyfile +++ b/standalone/Caddyfile @@ -1,3 +1,3 @@ localhost { - reverse_proxy helpdesk:8000 + reverse_proxy django-helpdesk:8000 }