Can we stop DevKinsta from starting containers on host startup?

Title. I only use DevKinsta for a subset of sites I work on and don’t need its containers to start on boot. Can this be disabled?

Hi @Ethan91, thanks for reaching out. You will have to do this through Docker by changing the restart policy. You can do so with this command:

docker update --restart=no devkinsta_nginx devkinsta_db devkinsta_adminer devkinsta_mailhog devkinsta_fpm

The DevKinsta containers should now only start after you start DevKinsta. Please let us know if that doesn’t work!

That worked @Kevin - thanks so much!

1 Like