Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign updocker-compose not working when starting Lando below project root #1007
Comments
This comment has been minimized.
This comment has been minimized.
try ./docker-compose.yml |
This comment has been minimized.
This comment has been minimized.
@jbertoen I get the same results when referencing |
This comment has been minimized.
This comment has been minimized.
Yeah that does seem like a bug, think I found it as well:
If you dissect this This might be the fix. Maybe @pirog or @dustinleblanc have an opinion about this?
|
This comment has been minimized.
This comment has been minimized.
Got a PR waiting for test results. Hopefully this would fix the issue. |
This comment has been minimized.
This comment has been minimized.
aleksijohansson
commented
Sep 13, 2018
Any updates on this? Just ran into this issue today myself and it would be good to fix since with the drupal7 recipe one must be in the webroot (below the app root where .lando.yml is) to run drush commands. |
pirog
added this to the RC1 milestone
Nov 28, 2018
pirog
self-assigned this
Nov 28, 2018
This comment has been minimized.
This comment has been minimized.
This should be fixed in the forthcoming RC2 |
cboyden commentedJun 1, 2018
When I run
lando start
from a level below the project root, the container I've configured in my docker-compose.yml either doesn't start or isn't accessible to Lando.Tell us about your setup
v3.0.0-beta.46 on Mac OSX 10.13.4
Tell us about your
.lando.yml
docker-compose.yml (stored in project root, same level as .lando.yml)
Tell us about the command you were running
Tell us generally about your bug
Should Lando be able to find the
docker-compose.yml
file relative to the.lando.yml
file, rather than relative to where you run the start command? It's defined in the.lando.yml
file. Or is there a way to write the.lando.yml
file to force looking fordocker-compose.yml
relative to the project root?