Skip to content

Commit

Permalink
release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
John Ouellet committed Dec 15, 2021
1 parent 693c798 commit d800ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/images-stable/8.0-fpm-4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lando ssh -s default -c "php -v" | grep "PHP 8.0"
lando ssh -s default -c "psql -V" | grep "10."

# Should use nginx 1. as the default webserver version
lando ssh -s default_nginx -c "nginx -v" | grep "nginx/1"
lando ssh -s default_nginx -c "nginx -v 2>&1 | grep 1.17"

# Should install composer 2.x by default
lando ssh -s default -c "composer --version --no-ansi" | grep "Composer version 2."
Expand Down

0 comments on commit d800ef6

Please sign in to comment.