Skip to content

Commit b24b66e

Browse files
authored
Update 15/umbraco-cms/fundamentals/setup/server-setup/running-umbraco-in-docker.md
1 parent 1cafd3b commit b24b66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15/umbraco-cms/fundamentals/setup/server-setup/running-umbraco-in-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The `/umbraco/Data/` directory is used to store temporary files, such as file up
4242
It's recommended to not store media in the writable layer. This is for similar performance reasons as logs,
4343
but also for practical hosting reasons. You likely want to persist media files between containers.
4444

45-
One possible solution here is to again use bind mounts. The ideal setup though is to store the media and ImageSharp cache externally. For more information on this, refer to the [Azure Blob Storage documentation](https://docs.umbraco.com/umbraco-cms/extending/filesystemproviders/azure-blob-storage).
45+
One solution is to use bind mounts. The ideal setup, though, is to store the media and ImageSharp cache externally. For more information, refer to the [Azure Blob Storage documentation](https://docs.umbraco.com/umbraco-cms/extending/filesystemproviders/azure-blob-storage).
4646

4747
### Required files
4848

0 commit comments

Comments
 (0)