From 9b3be17f389ffdf64c93a7866562205be2b9b4f8 Mon Sep 17 00:00:00 2001 From: Emmanuel Averty Date: Mon, 16 Oct 2023 09:59:50 +0200 Subject: [PATCH] docs: replace FPM by FrankenPHP --- docs/makefile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/makefile.md b/docs/makefile.md index 090aae2..739dea0 100644 --- a/docs/makefile.md +++ b/docs/makefile.md @@ -67,7 +67,7 @@ down: ## Stop the docker hub logs: ## Show live logs @$(DOCKER_COMP) logs --tail=0 --follow -sh: ## Connect to the PHP FPM container +sh: ## Connect to the FrankenPHP container @$(PHP_CONT) sh ## —— Composer 🧙 ——————————————————————————————————————————————————————————————