Skip to content

Commit

Permalink
Update install_jellyseerr.sh (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored Dec 2, 2024
1 parent 77b143e commit 22f8635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/modules/software/install_jellyseerr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function module_jellyseerr () {
-e TZ="$(cat /etc/timezone)" \
-e PORT=5055 `#optional` \
-p 5055:5055 \
-v "${jellyseerr_BASE}/config:/app/config" \
-v "${JELLYSEERR_BASE}/config:/app/config" \
--restart unless-stopped \
fallenbagel/jellyseerr
for i in $(seq 1 20); do
Expand Down

0 comments on commit 22f8635

Please sign in to comment.