Skip to content

Commit d7f0a87

Browse files
Bot Updating Documentation
1 parent f7cd5f6 commit d7f0a87

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/images/docker-radarr.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,13 @@ Access the webui at `<your-ip>:7878`, for more information check out [Radarr](ht
5353

5454
### Media folders
5555

56-
We have set `/movies` and `/downloads` as ***optional paths***, this is because it is the easiest way to get started. While easy to use, it has some drawbacks. Mainly losing the ability to hardlink (TL;DR a way for a file to exist in multiple places on the same file system while only consuming one file worth of space), or atomic move (TL;DR instant file moves, rather than copy+delete) files while processing content.
56+
We have set `/movies` and `/downloads` as optional paths, this is because it is the easiest way to get started. While easy to use, it has some drawbacks. Mainly losing the ability to hardlink (TL;DR a way for a file to exist in multiple places on the same file system while only consuming one file worth of space), or atomic move (TL;DR instant file moves, rather than copy+delete) files while processing content.
5757

5858
Use the optional paths if you don't understand, or don't want hardlinks/atomic moves.
5959

60-
The folks over at servarr.com wrote a good [write-up](https://wiki.servarr.com/docker-guide#consistent-and-well-planned-paths) on how to get started with this.
60+
??? tip "Well planned paths"
61+
62+
The folks over at servarr.com wrote a good [write-up](https://wiki.servarr.com/docker-guide#consistent-and-well-planned-paths) on how to get started with this.
6163

6264
## Read-Only Operation
6365

0 commit comments

Comments
 (0)