Does anyone know if Prisma image on `docker-compos...
# orm-help
j
Does anyone know if Prisma image on
docker-compose.yml
is aligned with Prisma CLI version? Should I update both of them at the same time or doesn't matter?
d
It usually is, and it is recommended to always use matching cli and prisma versions.
j
Thanks! 🙂