From cf8f5f783a8d0a5c0dbc84bd4423db4f41a72d55 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 20 Jun 2025 14:54:59 +0200 Subject: [PATCH] fix(doc): worker mode --- docs/existing-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/existing-project.md b/docs/existing-project.md index 3e6548402..188bbab54 100644 --- a/docs/existing-project.md +++ b/docs/existing-project.md @@ -41,4 +41,4 @@ Browse `https://localhost`, your Docker configuration is ready! > If you want to use the worker mode of FrankenPHP, make sure you required the `runtime/frankenphp-symfony` package. > [!NOTE] -> The worker mode of FrankenPHP is enabled by default in prod. To disabled it, add the env var FRANKENPHP_CONFIG as empty to the compose.prod.yaml file. +> The worker mode of FrankenPHP is enabled by default in the Caddyfile. To disabled it, comment the `worker {}` section of this file.