docs: fix worker mode Docker example (#516)

This commit is contained in:
Leo Cavalcante
2024-01-29 10:06:27 -03:00
committed by GitHub
parent a736a5a2ce
commit f35e276ee6

View File

@@ -11,7 +11,7 @@ Set the value of the `FRANKENPHP_CONFIG` environment variable to `worker /path/t
```console
docker run \
-e APP_RUNTIME=Runtime\\FrankenPhpSymfony\\Runtime \
-e FRANKENPHP_CONFIG="worker /app/path/to/your/worker/script.php" \
-v $PWD:/app \
-p 80:80 -p 443:443 -p 443:443/udp \
dunglas/frankenphp