File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ cp -rf index.php lemp/index.php
2222cp -rf nginx.conf lemp/nginx.conf
2323cp -rf .lando.lemp.yml lemp/.lando.yml
2424cd lemp && lando start
25+
26+ # Should copy .config.yml to ~/.lando/config.yml
27+ cp config.yml ~ /.lando/config.yml
28+ lando --clear
2529```
2630
2731## Verification commands
@@ -63,6 +67,9 @@ lando exec appserver_nginx -- curl https://appserver.landolamp.internal
6367# Should even be able to connect to a database in a different app
6468cd lamp
6569lando exec database -- mysql -uroot -h database.landolemp.internal -e " quit"
70+
71+ # Should see the correct network limit
72+ lando config | grep " networkLimit: 64"
6673```
6774
6875## Destroy tests
Original file line number Diff line number Diff line change 1+ networkLimit : 64
You can’t perform that action at this time.
0 commit comments