File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ Access at: `http://localhost:8989`
8787| Path | Description |
8888|------|-------------|
8989| `/config` | Configuration directory |
90- | `/tv` | TV series library (Optional) |
90+ | `/tv` | TV Series library (Optional) |
9191| `/downloads` | Download directory (Optional) |
9292
9393# ## Ports
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: sonarr
22
33x-daemonless :
44 title : " Sonarr"
5- icon : " :material-television-classic :"
5+ icon : " :material-television:"
66 category : " Media Management"
77 description : " Sonarr TV series management on FreeBSD."
88 upstream_url : " https://github.com/Sonarr/Sonarr"
@@ -19,7 +19,7 @@ x-daemonless:
1919 volumes :
2020 /config : " Configuration directory"
2121 /tv :
22- desc : " TV series library"
22+ desc : " TV Series library"
2323 optional : true
2424 /downloads :
2525 desc : " Download directory"
@@ -31,7 +31,7 @@ services:
3131 sonarr :
3232 image : ghcr.io/daemonless/sonarr:latest
3333 container_name : sonarr
34- restart : always
34+ restart : unless-stopped
3535
3636 annotations :
3737 org.freebsd.jail.allow.mlock : " true"
@@ -47,4 +47,4 @@ services:
4747 - /path/to/downloads:/downloads
4848
4949 ports :
50- - 8989:8989
50+ - 8989:8989
You can’t perform that action at this time.
0 commit comments