mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
docs: fix worker mode Docker example (#516)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user