Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
raller1028 committed Dec 17, 2024
1 parent 033aefb commit 7282051
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Apps/Emby/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
PGID: "1000"
PUID: "1000"
TZ: $TZ
image: linuxserver/emby:4.8.8
image: linuxserver/emby:4.8.10
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Emby_Nvidia/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
TZ: $TZ
CPU_FALLBACK: "true"
NVIDIA_VISIBLE_DEVICES: all
image: linuxserver/emby:4.8.8
image: linuxserver/emby:4.8.10
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Jellyfin/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
PGID: $PGID
PUID: $PUID
TZ: $TZ
image: linuxserver/jellyfin:10.9.11
image: linuxserver/jellyfin:10.10.3
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Jellyfin_Nvidia/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
TZ: $TZ
CPU_FALLBACK: "true"
NVIDIA_VISIBLE_DEVICES: all
image: linuxserver/jellyfin:10.9.11
image: linuxserver/jellyfin:10.10.3
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Plex/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PGID: $PGID
PUID: $PUID
VERSION: docker
image: lscr.io/linuxserver/plex:1.40.5
image: lscr.io/linuxserver/plex:1.41.3
deploy:
resources:
reservations:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Plex_Nvidia/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
VERSION: docker
CPU_FALLBACK: "true"
NVIDIA_VISIBLE_DEVICES: all
image: lscr.io/linuxserver/plex:1.40.5
image: lscr.io/linuxserver/plex:1.41.3
deploy:
resources:
reservations:
Expand Down

0 comments on commit 7282051

Please sign in to comment.