From 5ad7e2ed00ab204e6c9949ff42577ffc908bfbbf Mon Sep 17 00:00:00 2001 From: Timothy Hobbs Date: Mon, 22 Jul 2024 02:31:25 +0200 Subject: [PATCH] Revert incorrect changes to Caddyfile --- standalone/Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/Caddyfile b/standalone/Caddyfile index 7e8ae74f..87a1008e 100644 --- a/standalone/Caddyfile +++ b/standalone/Caddyfile @@ -1,3 +1,3 @@ localhost { - reverse_proxy django-helpdesk:8080 + reverse_proxy django-helpdesk:8000 }