2
0

fix: ✏️ Docker upgrade guide typo

This commit is contained in:
Baptiste Arnaud
2022-06-06 21:17:58 +02:00
parent ad32ae02ef
commit c67fa7d9c1

View File

@ -69,8 +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 baptistearno/typebot-builder
docker-compose pull baptistearno/typebot-viewer
docker-compose pull typebot-builder
docker-compose pull typebot-viewer
docker-compose up -d
```