From 8eefd96d2fc5ba10912008a033413ee5cb25b882 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Fri, 3 Jun 2022 15:16:40 +0200 Subject: [PATCH] =?UTF-8?q?fix(docs):=20=E2=9C=8F=EF=B8=8F=20Docker=20upgr?= =?UTF-8?q?ade=20instructions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/docs/docs/self-hosting/docker.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/docs/docs/self-hosting/docker.mdx b/apps/docs/docs/self-hosting/docker.mdx index a42c3ac3410..6060ccbd4c2 100644 --- a/apps/docs/docs/self-hosting/docker.mdx +++ b/apps/docs/docs/self-hosting/docker.mdx @@ -69,7 +69,8 @@ Typebot is updated regularly, but it is up to you to apply these updates on your ```sh docker-compose down --remove-orphans -docker-compose pull plausible +docker-compose pull baptistearno/typebot-builder +docker-compose pull baptistearno/typebot-viewer docker-compose up -d ```