Skip to content

Commit

Permalink
Merge pull request #311 from pedorich-n/fix-rootless
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Jan 9, 2025
2 parents 418c317 + b0ad5dc commit 3917620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ init_diagram: |
"sonarr:latest" <- Base Images
# changelog
changelogs:
- {date: "09.01.25:", desc: "Fix rootless entrypoint."}
- {date: "23.12.24:", desc: "Rebase Alpine 3.21."}
- {date: "31.05.24:", desc: "Rebase Alpine 3.20."}
- {date: "12.01.24:", desc: "Update download url."}
Expand Down
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/svc-sonarr/run
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ if [[ -z ${LSIO_NON_ROOT_USER} ]]; then
else
exec \
s6-notifyoncheck -d -n 300 -w 1000 \
cd /app/sonarr/bin s6-setuidgid abc /app/sonarr/bin/Sonarr \
cd /app/sonarr/bin /app/sonarr/bin/Sonarr \
-nobrowser -data=/config
fi

0 comments on commit 3917620

Please sign in to comment.