From 33fcd0d81f95d215be110c1c31b9513c04d006ab Mon Sep 17 00:00:00 2001 From: indifferentketchup Date: Mon, 4 May 2026 10:59:43 +0000 Subject: [PATCH] chore(dev): change local dev port to 4217 Co-Authored-By: Claude Opus 4.7 (1M context) --- dev/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/compose.yaml b/dev/compose.yaml index 4496669..11aa6ee 100644 --- a/dev/compose.yaml +++ b/dev/compose.yaml @@ -8,7 +8,7 @@ services: - IBLOGS_WORKER_REQUESTS=1 - FRANKENPHP_WORKERS=4 ports: - - "80:80" + - "4217:80" volumes: - ../:/app - ./dev.ini:/usr/local/etc/php/conf.d/dev.ini