2
0

fix(docs): ✏️ Docker upgrade instructions

This commit is contained in:
Baptiste Arnaud
2022-06-03 15:16:40 +02:00
parent a0929c492b
commit 8eefd96d2f

View File

@ -69,7 +69,8 @@ Typebot is updated regularly, but it is up to you to apply these updates on your
```sh ```sh
docker-compose down --remove-orphans 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 docker-compose up -d
``` ```