# Discourse può distribuire frequentemente immagini Docker che non necessitano di essere bootstrapate?

**URL:** https://meta.discourse.org/t/can-discourse-ship-frequent-docker-images-that-do-not-need-to-be-bootstrapped/33205
**Category:** Development
**Created:** [14 Settembre 2015, 7:01am UTC](https://meta.discourse.org/t/can-discourse-ship-frequent-docker-images-that-do-not-need-to-be-bootstrapped/33205 "2015-09-14T07:01:52Z")
**Posts on this page:** 1
**Showing post:** 113

<div class="post-metadata">

### Author: ![fefrei](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fefrei/32/119538_2.png) [@fefrei](https://meta.discourse.org/u/fefrei)
#### Post date: [31 Maggio 2017, 11:47am UTC](https://meta.discourse.org/t/can-discourse-ship-frequent-docker-images-that-do-not-need-to-be-bootstrapped/33205/113 "2017-05-31T11:47:12Z")

</div>

> [@chamunks](#):
>
> When you try ./discourse-setup and have port 80 and 443 the installer script links you to a tutorial on this forum that doesn’t apply to servers that are already running something on port 80/443. This is what the discourse-setup script links you to but it doesn’t actually fix the problem because I don’t want to tear down my web services on 443/80 just to run the installer.

I fail to see how `docker-compose` would solve that problem – it won’t magically allow two processes to bind to the same port. Either way, you _will_ need to set up a proxy that can route incoming requests.

The #howto could certainly benefit from a section on how to proceed if Discourse is not already set up, but I currently don’t have the time to describe that properly. A short version boils down to this:

- Follow normal instructions, stopping just before executing `discourse-setup`.
- Copy `/var/discourse/samples/standalone.yml` to `/var/discourse/containers/app.yml`.
- Fill in the necessary settings in `/var/discourse/containers/app.yml`. Be careful, you cannot test this yet!
- Then continue with [the howto](https://meta.discourse.org/t/running-other-websites-on-the-same-machine-as-discourse/17247), beginning with installing Nginx.

---

_[View the full topic](https://meta.discourse.org/t/can-discourse-ship-frequent-docker-images-that-do-not-need-to-be-bootstrapped/33205)._
