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
@@ -83,8 +83,11 @@ We have set `/downloads` as optional path, this is because it is the easiest way
83
83
84
84
Use the optional path if you don't understand, or don't want hardlinks/atomic moves.
85
85
86
-
>[!TIP]
87
-
>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.
86
+
<details>
87
+
<summary>Well planned paths</summary>
88
+
89
+
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.
90
+
</details>
88
91
89
92
## Read-Only Operation
90
93
@@ -99,7 +102,7 @@ This image can be run with a non-root user. For details please [read the docs](h
99
102
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
100
103
101
104
>[!NOTE]
102
-
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
105
+
>Unless a parameter is flagged as 'optional', it is *mandatory* and a value must be provided.
103
106
104
107
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
0 commit comments