# Is Docker image discourse/discourse veilig en klaar voor productie?

**URL:** https://meta.discourse.org/t/is-docker-image-discourse-discourse-considered-safe-and-production-ready/380646
**Category:** Self-hosting
**Tags:** hosting
**Created:** [28 augustus 2025 om 00:26 UTC](https://meta.discourse.org/t/is-docker-image-discourse-discourse-considered-safe-and-production-ready/380646 "2025-08-28T00:26:57Z")
**Posts on this page:** 1
**Showing post:** 26

<div class="post-metadata">

### Author: ![DaanMeijer](https://avatars.discourse-cdn.com/v4/letter/d/df705f/32.png) [@DaanMeijer](https://meta.discourse.org/u/DaanMeijer)
#### Post date: [6 mei 2026 om 22:21 UTC](https://meta.discourse.org/t/is-docker-image-discourse-discourse-considered-safe-and-production-ready/380646/26 "2026-05-06T22:21:09Z")

</div>

I have managed to change the upload size limit:

`cat fix-upload-size.sh` (which needs to be `chmod +x`):

```bash
#!/bin/sh
sed -i 's/client_max_body_size .*;/client_max_body_size 500m;/' /etc/nginx/conf.d/discourse.conf

```

in docker-compose.yml:

```yaml
    volumes:
     - ./fix-upload-size.sh:/etc/runit/1.d/fix-upload-size

```

---

_[View the full topic](https://meta.discourse.org/t/is-docker-image-discourse-discourse-considered-safe-and-production-ready/380646)._
