From 15cfcdbedd62e26d0aa2aa72815ea945ed156a70 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 2 May 2025 00:51:11 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-sonarr.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/images/docker-sonarr.md b/docs/images/docker-sonarr.md index fa6f1a9ed..df078aa50 100644 --- a/docs/images/docker-sonarr.md +++ b/docs/images/docker-sonarr.md @@ -52,11 +52,13 @@ Access the webui at `:8989`, for more information check out [Sonarr](ht ### Media folders -We have set `/tv` 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. +We have set `/tv` 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. Use the optional paths if you don't understand, or don't want hardlinks/atomic moves. -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. +??? tip "Well planned paths" + + 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. ## Read-Only Operation