# Can we stop DevKinsta from starting containers on host startup?

**URL:** https://community.kinsta.com/t/can-we-stop-devkinsta-from-starting-containers-on-host-startup/1550
**Category:** Application Support
**Created:** [June 13, 2022, 9:54pm UTC](https://community.kinsta.com/t/can-we-stop-devkinsta-from-starting-containers-on-host-startup/1550 "2022-06-13T21:54:39Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Kevin](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/kevin/32/808_2.png) [@Kevin](https://community.kinsta.com/u/Kevin)
#### Post date: [June 14, 2022, 4:38pm UTC](https://community.kinsta.com/t/can-we-stop-devkinsta-from-starting-containers-on-host-startup/1550/2 "2022-06-14T16:38:41Z")

</div>

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!

---

_[View the full topic](https://community.kinsta.com/t/can-we-stop-devkinsta-from-starting-containers-on-host-startup/1550)._
