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
- { external_port: "5050", internal_port: "5050", port_desc: "HTTP port for the WebUI." }
@@ -51,12 +51,13 @@ app_setup_block: |
51
51
52
52
We have set `/data` as an ***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.
53
53
54
-
Use the optional paths if you dont understand, or dont want hardlinks/atomic moves.
54
+
Use the optional paths if you don't understand, or don't want hardlinks/atomic moves.
55
55
56
56
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.
57
57
58
58
# changelog
59
59
changelogs:
60
+
- { date: "20.03.24:", desc: "Rebase to Alpine 3.19."}
60
61
- { date: "07.10.23:", desc: "Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar)."}
61
62
- { date: "10.08.23:", desc: "Bump unrar to 6.2.10."}
0 commit comments