This commit is contained in:
parent
9f745f700f
commit
ca430bdaa4
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
bazarr:
|
||||
image: lscr.io/linuxserver/bazarr:latest
|
||||
image: lscr.io/linuxserver/bazarr@sha256:0675b882e5a0cc4ab1b7c97d6374bc54228115711dc756f3259b4b3e86120dc8
|
||||
ports:
|
||||
- "6767:6767"
|
||||
volumes:
|
||||
|
@ -14,7 +14,7 @@ services:
|
|||
- PGID=1000
|
||||
|
||||
lidarr:
|
||||
image: lscr.io/linuxserver/lidarr:latest
|
||||
image: lscr.io/linuxserver/lidarr@sha256:d2da8fc4e16f7e9c430a7232da5eb4ce345dad50524d818b651ddafd14d337be
|
||||
ports:
|
||||
- "8686:8686"
|
||||
volumes:
|
||||
|
@ -27,7 +27,7 @@ services:
|
|||
- PGID=1000
|
||||
|
||||
prowlarr:
|
||||
image: lscr.io/linuxserver/prowlarr:latest
|
||||
image: lscr.io/linuxserver/prowlarr@sha256:d5827afd8ddcfe1cc13efd71a35ccefe1d11de37e88cd2f81c82149b3e100964
|
||||
ports:
|
||||
- "9696:9696"
|
||||
volumes:
|
||||
|
@ -51,7 +51,7 @@ services:
|
|||
- PGID=1000
|
||||
|
||||
sonarr:
|
||||
image: lscr.io/linuxserver/sonarr:latest
|
||||
image: lscr.io/linuxserver/sonarr@sha256:5719c66eeca417838eb509a4fb66e7ae5897b84a5bd01ba6e27057b292698218
|
||||
ports:
|
||||
- "8989:8989"
|
||||
volumes:
|
||||
|
|
Reference in a new issue