mirror of
https://github.com/linuxserver/docker-jackett.git
synced 2026-02-20 00:24:44 +08:00
Enable auto-updates
This commit enables auto-updates. Jackett project supports more than 500 torrent indexers and we publish releases every day. Users cannot update the Docker image daily. With this change the users can deploy any Docker image and they will get fresh updates every day automatically. It's also possible to disable updates in the Jackett UI (not recommended).
This commit is contained in:
parent
f9fb4e72f4
commit
b5053c6996
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
chown -R abc:abc \
|
||||
/config
|
||||
/app/Jackett \
|
||||
/config
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
exec \
|
||||
s6-setuidgid abc /app/Jackett/jackett --NoUpdates "${RUN_OPTS}"
|
||||
s6-setuidgid abc /app/Jackett/jackett_launcher.sh "${RUN_OPTS}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user