📖 Explain the procedure of updating penpot docker

This commit is contained in:
Andrés Moya 2021-11-30 13:58:35 +01:00
parent 3a8d083735
commit 50aa49b393

View File

@ -80,3 +80,16 @@ For more advanced setups, look a the [Configuration][3] section.
[3]: /technical-guide/configuration/
## Update Penpot ##
To get the latest version of Penpot in your local installation, you just
need to execute:
```bash
docker-compose -f docker-compose.yaml pull
```
This will fetch the latest images. When you do docker-compose down and up
again, the containers will be recreated with the latest version.