We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebcbff3 commit d980628Copy full SHA for d980628
build/installer/install.sh
@@ -40,7 +40,7 @@ echo "🚀 Installing Stochastix... (This may take 3 to 10 minutes depending on
40
41
# Use the mounted Docker socket to run docker-compose on the host machine,
42
# specifying the project directory for context.
43
-docker run --rm -it -v "${PROJECT_NAME}:/app" ghcr.io/phpquant/stochastix:latest php --version
+docker run --rm -it -v "${PROJECT_PATH}:/app" ghcr.io/phpquant/stochastix:latest php --version
44
docker compose -p "${PROJECT_NAME}" -f "${PROJECT_PATH}/compose.yaml" up -d
45
46
echo
0 commit comments