Compare commits
15 commits
91fa1fd233
...
f7836ffec1
Author | SHA1 | Date | |
---|---|---|---|
|
f7836ffec1 | ||
89a32fcf78 | |||
1656b8bbf5 | |||
8eca696549 | |||
40b18d0007 | |||
64e47d5ef5 | |||
03e10ad2b3 | |||
e27b454014 | |||
fa36f2bd59 | |||
985a082b0d | |||
|
d85f17fd68 | ||
|
b1f250de7f | ||
|
3e7868bd02 | ||
|
ea223d4ad2 | ||
|
09cd1bc103 |
3 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
bazarr:
|
||||
image: lscr.io/linuxserver/bazarr@sha256:a0e29beef27c757205aa89193c691637bfb4edabe26ff56bff2a7a4d61af3641
|
||||
image: lscr.io/linuxserver/bazarr@sha256:3a66e9805d74b9b2cd67c9bac37c7b5345ce85639922a550194bba4572d403cb
|
||||
ports:
|
||||
- "6767:6767"
|
||||
volumes:
|
||||
|
@ -15,7 +15,7 @@ services:
|
|||
- PGID=1000
|
||||
|
||||
lidarr:
|
||||
image: lscr.io/linuxserver/lidarr@sha256:99d1bc6757a52b9de2be98ed07697ec17af4a80846a021f7105cff5ba92a9abd
|
||||
image: lscr.io/linuxserver/lidarr@sha256:800cf2d9d10113e371af975f3dfeed97f196e8747a463c6e4639d2bd300cdf10
|
||||
ports:
|
||||
- "8686:8686"
|
||||
volumes:
|
||||
|
@ -28,7 +28,7 @@ services:
|
|||
- PGID=1000
|
||||
|
||||
prowlarr:
|
||||
image: lscr.io/linuxserver/prowlarr@sha256:79d86cd631095c6bcb658f7b7535fe751719e1f803461f56778c91379bb15e62
|
||||
image: lscr.io/linuxserver/prowlarr@sha256:575327a71a9f00284246623a237d5079f3dc53db05805373938dd7534987bf26
|
||||
ports:
|
||||
- "9696:9696"
|
||||
volumes:
|
||||
|
@ -52,7 +52,7 @@ services:
|
|||
- PGID=1000
|
||||
|
||||
sonarr:
|
||||
image: lscr.io/linuxserver/sonarr@sha256:5b9ccc420200989683ed6268c9dfd2c9fc1a2cb813bd7d52036c0c9d73e9fdef
|
||||
image: lscr.io/linuxserver/sonarr@sha256:8c3bf01bab501343e681d63344dab50ebeb8cdcaa6c1f18c72a2333bd0364597
|
||||
ports:
|
||||
- "8989:8989"
|
||||
volumes:
|
||||
|
|
|
@ -16,7 +16,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
arch-qbittorrentvpn:
|
||||
image: binhex/arch-qbittorrentvpn@sha256:1c0d02fab033d7b84eef15036d60bf6db092a9cf410d9570dfc76e258a4104ab
|
||||
image: binhex/arch-qbittorrentvpn@sha256:ef28b69de0c3172807c324f32757b0c479cb4b88b6845f0558a7b602f0aee3c4
|
||||
container_name: qbittorrentvpn
|
||||
volumes:
|
||||
- '/docker/appdata/qbitty:/config'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
services:
|
||||
jellyfin:
|
||||
image: lscr.io/linuxserver/jellyfin@sha256:802612f03bb34f5dc698be0cb897288b8e40626b2d8f56ca5c8b832904ef7269
|
||||
image: lscr.io/linuxserver/jellyfin@sha256:e752915da1435366cf13fdcefdbc65a20ac762031a7a10212546dbda5ff18f07
|
||||
container_name: jellyfin
|
||||
devices:
|
||||
- /dev/dri/renderD129:/dev/dri/renderD129
|
||||
|
|
Reference in a new issue