parent
baeaaa02d0
commit
8a19ed483b
@ -0,0 +1,17 @@
|
|||||||
|
#
|
||||||
|
|
||||||
|
This basic example is based on the use of docker images
|
||||||
|
|
||||||
|
!!! tip ""
|
||||||
|
Keep in mind the path are setup so it works with hardlinks and instant moves.
|
||||||
|
|
||||||
|
More info [HERE](/Hardlinks/Hardlinks-and-Instant-Moves/){:target="_blank" rel="noopener noreferrer"}
|
||||||
|
|
||||||
|
!!! attention ""
|
||||||
|
The default path setup recommended by some docker developers that encourages people to use mounts like `/movies`, `/tv` and `/downloads` is very suboptimal. It is the easiest way to get started. While easy to use, it has a major drawback. Mainly losing the ability to hardlink or instant move.
|
||||||
|
|
||||||
|
But you're able to change this, by not using the pre-defined/recommended paths like:
|
||||||
|
|
||||||
|
- `/downloads` => `/data/downloads`
|
||||||
|
- `/movies` => `/data/media/movies`
|
||||||
|
- `/tv` => `/data/media/tv`.
|
Loading…
Reference in new issue