Update docker-compose.yml

generalize image naming
This commit is contained in:
LRVT 2024-03-16 02:22:39 +01:00 committed by GitHub
parent 3bdd982df5
commit ad7bb0ea68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ services:
# image used to index torrent links from the internet # image used to index torrent links from the internet
prowlarr: prowlarr:
image: lscr.io/linuxserver/prowlarr:latest image: linuxserver/prowlarr:latest
container_name: arr-suite-prowlarr container_name: arr-suite-prowlarr
environment: environment:
- PUID=1000 - PUID=1000
@ -29,7 +29,7 @@ services:
# image used to scan for tv shows # image used to scan for tv shows
sonarr: sonarr:
image: lscr.io/linuxserver/sonarr:latest image: linuxserver/sonarr:latest
container_name: arr-suite-sonarr container_name: arr-suite-sonarr
environment: environment:
- PUID=1000 - PUID=1000
@ -55,7 +55,7 @@ services:
# image used to scan for movies # image used to scan for movies
radarr: radarr:
image: lscr.io/linuxserver/radarr:latest image: linuxserver/radarr:latest
container_name: arr-suite-radarr container_name: arr-suite-radarr
environment: environment:
- PUID=1000 - PUID=1000
@ -81,7 +81,7 @@ services:
# image used to scan for music # image used to scan for music
lidarr: lidarr:
image: lscr.io/linuxserver/lidarr:latest image: linuxserver/lidarr:latest
container_name: arr-suite-lidarr container_name: arr-suite-lidarr
environment: environment:
- PUID=1000 - PUID=1000
@ -107,7 +107,7 @@ services:
# image used to scan for books # image used to scan for books
readarr: readarr:
image: lscr.io/linuxserver/readarr:develop image: linuxserver/readarr:develop
container_name: arr-suite-readarr container_name: arr-suite-readarr
environment: environment:
- PUID=1000 - PUID=1000
@ -176,7 +176,7 @@ services:
# image used to download stuff; run over gluetun network (vpn killswitch) # image used to download stuff; run over gluetun network (vpn killswitch)
qbittorrent: qbittorrent:
image: ghcr.io/linuxserver/qbittorrent:latest image: linuxserver/qbittorrent:latest
container_name: arr-suite-qbittorrent container_name: arr-suite-qbittorrent
environment: environment:
- PUID=1000 - PUID=1000
@ -193,7 +193,7 @@ services:
# image used to manage media and stream it # image used to manage media and stream it
emby: emby:
image: lscr.io/linuxserver/emby:latest image: linuxserver/emby:latest
container_name: arr-suite-emby container_name: arr-suite-emby
environment: environment:
- PUID=1000 - PUID=1000
@ -227,7 +227,7 @@ services:
# image used to manage media and stream it # image used to manage media and stream it
#jellyfin: #jellyfin:
# image: lscr.io/linuxserver/jellyfin:latest # image: linuxserver/jellyfin:latest
# container_name: arr-suite-jellyfin # container_name: arr-suite-jellyfin
# environment: # environment:
# - PUID=1000 # - PUID=1000