From dcc896cd109fd70ba0ad9c9c12c788cb81e920c3 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Fri, 3 Dec 2021 17:17:19 +1100 Subject: [PATCH] use correct uselagoon/lagoon-cli image --- docs/usage.md | 2 +- lib/services.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index 26c574e..6bcff63 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -184,7 +184,7 @@ lando yarn Runs yarn commands Note that you can define your own commands by using out [tooling framework](https://docs.lando.dev/config/tooling.md). Also check out the guides for the powerful [DB Export](https://docs.lando.dev/guides/db-export.md) and [DB Import](https://docs.lando.dev/guides/db-import.md) commands. -Also, check out the [Lagoon CLI Docs](https://amazeeio.github.io/lagoon-cli/commands/lagoon/) for more information on using `lando lagoon`. +Also, check out the [Lagoon CLI Docs](https://uselagoon.github.io/lagoon-cli/commands/lagoon/) for more information on using `lando lagoon`. ### Mailhog diff --git a/lib/services.js b/lib/services.js index 4495f42..24c54b4 100644 --- a/lib/services.js +++ b/lib/services.js @@ -101,7 +101,7 @@ exports.getLandoAuxServices = (services = {}, config) => { services.lagooncli = { type: 'compose', services: { - image: 'amazeeio/lagoon-cli', + image: 'uselagoon/lagoon-cli', command: 'tail -f /dev/null', volumes: [ `${config.home}:/root`,