And how to change the secret key of a deployed doc...
# orm-help
b
And how to change the secret key of a deployed docker instance
n
change the
managementApiSecret
in
docker-compose.yml
then restart your docker container
b
@nilan will that delete the data in the database?
n
it shouldn't 🙂
b
That's good. I guess I'm not entirely clear how docker works
n
the
prismagraphql/prisma
container is just connecting to your database. restarting it shouldn't touch the DB at all.
b
What command would you run? docker-compose up -d