Skip to content

Commit f7cd5f6

Browse files
Bot Updating Documentation
1 parent 820b53f commit f7cd5f6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/images/docker-nzbget.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,13 @@ for example, and changing the setting for InterDir in the PATHS tab of settings
6262

6363
### Media folders
6464

65-
We have set `/downloads` as a ***optional path***, this is because it is the easiest way to get started. While easy to use, it has some drawbacks. Mainly losing the ability to atomic move (TL;DR instant file moves, rather than copy+delete) files while processing content.
65+
We have set `/downloads` as optional path, 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.
6666

67-
Use the optional paths if you don't understand, or don't want hardlinks/atomic moves.
67+
Use the optional path if you don't understand, or don't want hardlinks/atomic moves.
6868

69-
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.
69+
??? tip "Well planned paths"
70+
71+
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.
7072

7173
## Read-Only Operation
7274

0 commit comments

Comments
 (0)