# Where are images and attachments stored?

**URL:** https://meta.discourse.org/t/where-are-images-and-attachments-stored/71517
**Category:** Support
**Created:** [10월 6, 2017, 12:35오후 UTC](https://meta.discourse.org/t/where-are-images-and-attachments-stored/71517 "2017-10-06T12:35:06Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Raphael\_Haase\_NL](https://avatars.discourse-cdn.com/v4/letter/r/41988e/32.png) [@Raphael\_Haase\_NL](https://meta.discourse.org/u/Raphael_Haase_NL)
#### Post date: [10월 6, 2017, 12:35오후 UTC](https://meta.discourse.org/t/where-are-images-and-attachments-stored/71517/1 "2017-10-06T12:35:06Z")

</div>

I am running a newly setup Discourse.  
Where do images and file attachments end up? In the same file system as Discourse somewhere?

Can images and attachments be offloaded to Azure Blob Storage?

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [10월 6, 2017, 7:42오후 UTC](https://meta.discourse.org/t/where-are-images-and-attachments-stored/71517/2 "2017-10-06T19:42:57Z")

</div>

Images are stored on the same system, but outside the docker where Discourse is running. You can configure the local location in your `app.yml` file.

At this time we do not support Azure Blob Storage for uploads. We currently support Amazon s3, but are open to expanding this. You may wish to review [Extend S3 configuration for other s3 API compatible cloud storage solutions](https://meta.discourse.org/t/extend-s3-configuration-for-other-s3-api-compatible-cloud-storage-solutions/20593).

---

<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: [10월 6, 2017, 11:11오후 UTC](https://meta.discourse.org/t/where-are-images-and-attachments-stored/71517/3 "2017-10-06T23:11:17Z")

</div>

`/var/discourse/shared/standalone/uploads/default`

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [11월 2, 2019, 9:43오후 UTC](https://meta.discourse.org/t/where-are-images-and-attachments-stored/71517/4 "2019-11-02T21:43:31Z")

</div>



---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [11월 2, 2019, 10:03오후 UTC](https://meta.discourse.org/t/where-are-images-and-attachments-stored/71517/5 "2019-11-02T22:03:21Z")

</div>


