Put PHP port back on 9000, where the rest of the stuff expects it.

This commit is contained in:
2025-11-05 15:54:46 +00:00
parent e6d40a9f7e
commit 78b59cec4f

View File

@@ -65,7 +65,7 @@ job "maps" {
to = 80
}
port "php" {
static = 9001
static = 9000
}
}