From 78b59cec4fc0298cb34df59cc573785e16f847dc Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Wed, 5 Nov 2025 15:54:46 +0000 Subject: [PATCH] Put PHP port back on 9000, where the rest of the stuff expects it. --- services/maps.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/maps.hcl b/services/maps.hcl index 2b07933..2cee40a 100644 --- a/services/maps.hcl +++ b/services/maps.hcl @@ -65,7 +65,7 @@ job "maps" { to = 80 } port "php" { - static = 9001 + static = 9000 } }