Skip to content

Commit d579db3

Browse files
committed
docs: switch to compose.yaml source of truth
1 parent 8141f5b commit d579db3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: sonarr
22

33
x-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

0 commit comments

Comments
 (0)