You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,8 +73,11 @@ We have set `/tv` and `/downloads` as optional paths, this is because it is the
73
73
74
74
Use the optional paths if you don't understand, or don't want hardlinks/atomic moves.
75
75
76
-
>[!TIP]
77
-
>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.
76
+
<details>
77
+
<summary>Well planned paths</summary>
78
+
79
+
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.
80
+
</details>
78
81
79
82
## Read-Only Operation
80
83
@@ -89,7 +92,7 @@ This image can be run with a non-root user. For details please [read the docs](h
89
92
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
90
93
91
94
>[!NOTE]
92
-
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
95
+
>Unless a parameter is flagged as 'optional', it is *mandatory* and a value must be provided.
93
96
94
97
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
0 commit comments