From 1db03af35b8601ee941d0f1cc0666fd4fcb97be0 Mon Sep 17 00:00:00 2001 From: Timothy Hobbs Date: Fri, 6 Oct 2023 01:16:18 +0200 Subject: [PATCH] Update standalone/Caddyfile Co-authored-by: Benbb96 --- standalone/Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }