Hi there, I’ve deploy strapi on my VPS using Portainer. I can’t find any documentation on how I should do to update strapi version using the strapi:strapi image from docker hub. Should I ssh inside the container ? Or can it be done with a docker file ? Thanks in advance if anyone can provide guidance on this.
Which version are you looking to upgrade from? Upgrading from v3 to v4 isn’t as straightforward as just deploying a new image.
Regardless, though, in portainer, instead of just deploying strapi/strapi
, which really is just short for strapi/strapi:latest
you would deploy strapi/strapi:<tag>
(See available tags on Docker Hub / Strapi).