# Fresh install without lets-encrypt on docker

**URL:** https://meta.discourse.org/t/fresh-install-without-lets-encrypt-on-docker/401632
**Category:** Self-hosting
**Tags:** docker, letsencrypt
**Created:** [April 27, 2026, 6:01pm UTC](https://meta.discourse.org/t/fresh-install-without-lets-encrypt-on-docker/401632 "2026-04-27T18:01:58Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![josir](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/josir/32/552440_2.png) [@josir](https://meta.discourse.org/u/josir)
#### Post date: [April 29, 2026, 7:39pm UTC](https://meta.discourse.org/t/fresh-install-without-lets-encrypt-on-docker/401632/2 "2026-04-29T19:39:44Z")

</div>

Just to document the solution I found. In order to disable letsencrypt and ssl inside docker, just comment

```plaintext
templates:
  - templates/postgres.template.yml
  - templates/redis.template.yml
  - templates/web.template.yml
    # - templates/web.ratelimited.template.yml
    # - templates/web.ssl.template.yml
    # - templates/web.letsencrypt.ssl.template.yml

```

---

_[View the full topic](https://meta.discourse.org/t/fresh-install-without-lets-encrypt-on-docker/401632)._
