# Does web based updates replace rebuilding the container?

**URL:** https://meta.discourse.org/t/does-web-based-updates-replace-rebuilding-the-container/102090
**Category:** Self-hosting
**Created:** [November 15, 2018, 6:47am UTC](https://meta.discourse.org/t/does-web-based-updates-replace-rebuilding-the-container/102090 "2018-11-15T06:47:22Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [December 10, 2018, 4:53pm UTC](https://meta.discourse.org/t/does-web-based-updates-replace-rebuilding-the-container/102090/10 "2018-12-10T16:53:36Z")

</div>

For a description see: [Move from standalone container to separate web and data containers](https://meta.discourse.org/t/how-to-move-from-standalone-container-to-separate-web-and-data-containers/29413).

For a normal rebuild/upgrade It’s pretty much the same as a single container install. Rather than

```
./launcher rebuild app

```

you do

```
./launcher bootstrap web_only && ./launcher destroy web_only && ./launcher start web_only

```

---

_[View the full topic](https://meta.discourse.org/t/does-web-based-updates-replace-rebuilding-the-container/102090)._
