Skip to content

Commit 3917620

Browse files
authored
Merge pull request #311 from pedorich-n/fix-rootless
2 parents 418c317 + b0ad5dc commit 3917620

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ init_diagram: |
8383
"sonarr:latest" <- Base Images
8484
# changelog
8585
changelogs:
86+
- {date: "09.01.25:", desc: "Fix rootless entrypoint."}
8687
- {date: "23.12.24:", desc: "Rebase Alpine 3.21."}
8788
- {date: "31.05.24:", desc: "Rebase Alpine 3.20."}
8889
- {date: "12.01.24:", desc: "Update download url."}

root/etc/s6-overlay/s6-rc.d/svc-sonarr/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ if [[ -z ${LSIO_NON_ROOT_USER} ]]; then
99
else
1010
exec \
1111
s6-notifyoncheck -d -n 300 -w 1000 \
12-
cd /app/sonarr/bin s6-setuidgid abc /app/sonarr/bin/Sonarr \
12+
cd /app/sonarr/bin /app/sonarr/bin/Sonarr \
1313
-nobrowser -data=/config
1414
fi

0 commit comments

Comments
 (0)