Skip to content

Commit

Permalink
fix(app.mounts): Use configured appMount of service and not always /a…
Browse files Browse the repository at this point in the history
…pp for v3 services
  • Loading branch information
florianPat committed Oct 2, 2024
1 parent 208d371 commit 412cd0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builders/_lando.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ module.exports = {
info.meUser = meUser;
info.hasCerts = ssl;
info.api = 3;
info.appMount = appMount;

// Add the healthcheck if it exists
if (healthcheck) info.healthcheck = healthcheck;
Expand Down

0 comments on commit 412cd0c

Please sign in to comment.