From 2e9a57c557528b3466ea3591e33f52816a752ef0 Mon Sep 17 00:00:00 2001 From: Mahmoud Mabrouk Date: Fri, 15 Dec 2023 12:17:56 +0100 Subject: [PATCH] Update docker-compose command in host-locally.mdx --- docs/self-host/host-locally.mdx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/self-host/host-locally.mdx b/docs/self-host/host-locally.mdx index 2d1dd821d2..d48f599bfc 100644 --- a/docs/self-host/host-locally.mdx +++ b/docs/self-host/host-locally.mdx @@ -17,12 +17,7 @@ curl -L https://raw.githubusercontent.com/agenta-ai/agenta/main/docker-compose.g docker compose -f docker-compose.gh.yml up -d ``` -To update to the last version of agenta. Please run -```bash -docker compose -f docker-compose.gh.yml up -d --pull always -``` -Which forces docker to pull the last version of the image - +**To update to the last version of agenta**. Please run `docker compose -f docker-compose.gh.yml up -d --pull always` Which forces docker to pull the last version of the image ## Starting agenta in Development Mode