Skip to content

Commit 43351a5

Browse files
committed
Add info to stop Apache
1 parent f9c0c9d commit 43351a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apache.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ PORT=${1:-8080}
1010
docker build --tag bench/apache -f .docker/apache.dockerfile .
1111

1212
echo "Runing apache in http://127.0.0.1:$PORT"
13+
echo -e "Press Ctrl+C to stop. \n\n"
1314

1415
docker run -it -p "$PORT":80 -v "$PWD":/var/www/html/PHP-Frameworks-Bench:rw bench/apache:latest

0 commit comments

Comments
 (0)