Browse Source

docs: fix worker mode Docker example (#516)

Leo Cavalcante 1 year ago
parent
commit
f35e276ee6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/worker.md

+ 1 - 1
docs/worker.md

@@ -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