From 97eb0361c8d17a9433b7b6a910be5929d7076c73 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Tue, 31 May 2022 12:18:31 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20Add=20instructions=20for?= =?UTF-8?q?=20custom=20docker=20images?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/docs/docs/self-hosting/docker.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/docs/docs/self-hosting/docker.mdx b/apps/docs/docs/self-hosting/docker.mdx index a1222891a..a42c3ac34 100644 --- a/apps/docs/docs/self-hosting/docker.mdx +++ b/apps/docs/docs/self-hosting/docker.mdx @@ -42,6 +42,8 @@ Now edit `docker-compose.yml` and: - Replace `` with the email address of the administrator. - Configure at least one authentication provider (Email, Google, GitHub, Facebook or GitLab). More info here: [Configuration](https://docs.typebot.io/self-hosting/configuration). +By default the compose file will pull the latest stable Typebot images: `baptistearno/typebot-builder:latest` and `baptistearno/typebot-viewer:latest`. You can decide to replace `latest` with a specific version or with `main` to get the latest modifications. You can find all the existing tags [here](https://hub.docker.com/r/baptistearno/typebot-builder/tags) + ### 3. Start the server Once you've added your configuration to the compose file, you're ready to start up the server: