Another question - I'm testing updating my Prisma ...
# orm-help
l
Another question - I'm testing updating my Prisma cluster version, locally to begin with. I've updated the version in my
docker-compose.yml
and run
docker-compose pull
, which was successful. If I run
docker ps
, the container is still shown to be running the old version. Should it have changed? How can I verify that the container is now updated?