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 35ab66c commit e2db1e4Copy full SHA for e2db1e4
1 file changed
examples/1.27/README.md
@@ -19,8 +19,8 @@ lando start
19
Run the following commands to validate things are rolling as they should.
20
21
```bash
22
-# Should use 1.27.7 as the default version
23
-lando exec defaults -- nginx -v 2>&1 | grep 1.27.7
+# Should use 1.27.5 as the default version
+lando exec defaults -- nginx -v 2>&1 | grep 1.27.5
24
25
# Should serve from the app root by default
26
lando exec defaults -- curl -s http://localhost | grep ROOTDIR
0 commit comments