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 f9c0c9d commit 43351a5Copy full SHA for 43351a5
apache.sh
@@ -10,5 +10,6 @@ PORT=${1:-8080}
10
docker build --tag bench/apache -f .docker/apache.dockerfile .
11
12
echo "Runing apache in http://127.0.0.1:$PORT"
13
+echo -e "Press Ctrl+C to stop. \n\n"
14
15
docker run -it -p "$PORT":80 -v "$PWD":/var/www/html/PHP-Frameworks-Bench:rw bench/apache:latest
0 commit comments