We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 418c317 + b0ad5dc commit 3917620Copy full SHA for 3917620
readme-vars.yml
@@ -83,6 +83,7 @@ init_diagram: |
83
"sonarr:latest" <- Base Images
84
# changelog
85
changelogs:
86
+ - {date: "09.01.25:", desc: "Fix rootless entrypoint."}
87
- {date: "23.12.24:", desc: "Rebase Alpine 3.21."}
88
- {date: "31.05.24:", desc: "Rebase Alpine 3.20."}
89
- {date: "12.01.24:", desc: "Update download url."}
root/etc/s6-overlay/s6-rc.d/svc-sonarr/run
@@ -9,6 +9,6 @@ if [[ -z ${LSIO_NON_ROOT_USER} ]]; then
9
else
10
exec \
11
s6-notifyoncheck -d -n 300 -w 1000 \
12
- cd /app/sonarr/bin s6-setuidgid abc /app/sonarr/bin/Sonarr \
+ cd /app/sonarr/bin /app/sonarr/bin/Sonarr \
13
-nobrowser -data=/config
14
fi
0 commit comments