# Uploads to external storage

**URL:** https://meta.discourse.org/t/uploads-to-external-storage/370033
**Category:** Support
**Created:** [June 13, 2025, 10:08am UTC](https://meta.discourse.org/t/uploads-to-external-storage/370033 "2025-06-13T10:08:30Z")
**Posts on this page:** 1
**Showing post:** 2

<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: [June 13, 2025, 3:15pm UTC](https://meta.discourse.org/t/uploads-to-external-storage/370033/2 "2025-06-13T15:15:44Z")

</div>

Here is what is the default:

```plaintext
volumes:
  - volume:
      host: /var/discourse/shared/standalone
      guest: /shared

```

You probably want something like this:

```plaintext
volumes:
  - volume:
      host: /var/discourse/shared/standalone
      guest: /shared
  - volume:
      host: /your/cifs/share/discourse-uploads
      guest: /shared/uploads

```

---

_[View the full topic](https://meta.discourse.org/t/uploads-to-external-storage/370033)._
