Compare commits
No commits in common. "eec34d704674a8ab16bef7c186ec61079b2da6c4" and "03e10ad2b313c35b612cab9a2042b2e367195b30" have entirely different histories.
eec34d7046
...
03e10ad2b3
3 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
bazarr:
|
||||
image: lscr.io/linuxserver/bazarr@sha256:3a66e9805d74b9b2cd67c9bac37c7b5345ce85639922a550194bba4572d403cb
|
||||
image: lscr.io/linuxserver/bazarr@sha256:a0e29beef27c757205aa89193c691637bfb4edabe26ff56bff2a7a4d61af3641
|
||||
ports:
|
||||
- "6767:6767"
|
||||
volumes:
|
||||
|
@ -15,7 +15,7 @@ services:
|
|||
- PGID=1000
|
||||
|
||||
lidarr:
|
||||
image: lscr.io/linuxserver/lidarr@sha256:e1abb0af888c67ceb2607ed0e72244a2db5e8c69a81ba79c115dc1b3e78f257b
|
||||
image: lscr.io/linuxserver/lidarr@sha256:800cf2d9d10113e371af975f3dfeed97f196e8747a463c6e4639d2bd300cdf10
|
||||
ports:
|
||||
- "8686:8686"
|
||||
volumes:
|
||||
|
@ -39,7 +39,7 @@ services:
|
|||
- PGID=1000
|
||||
|
||||
radarr:
|
||||
image: lscr.io/linuxserver/radarr@sha256:122cb0e9104f5b29b48a2578e0ad02ad82c8b8568b8bc5154eb6e360f4e72799
|
||||
image: lscr.io/linuxserver/radarr@sha256:6c10e1133bc42649de220fa9e04e4c7bbe5ba4161a275ac1494f2bfd45417507
|
||||
ports:
|
||||
- "7878:7878"
|
||||
volumes:
|
||||
|
@ -52,7 +52,7 @@ services:
|
|||
- PGID=1000
|
||||
|
||||
sonarr:
|
||||
image: lscr.io/linuxserver/sonarr@sha256:f4c3088f5c07a33da5bd3d39df7499c425c60f3e40093a2efd057d145a73b34f
|
||||
image: lscr.io/linuxserver/sonarr@sha256:5b9ccc420200989683ed6268c9dfd2c9fc1a2cb813bd7d52036c0c9d73e9fdef
|
||||
ports:
|
||||
- "8989:8989"
|
||||
volumes:
|
||||
|
|
|
@ -16,7 +16,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
arch-qbittorrentvpn:
|
||||
image: binhex/arch-qbittorrentvpn@sha256:7b2e706abf1bb9df8cb900daf9903634c69ef6ae40b9c939f0f5a178a00ba6cc
|
||||
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:e752915da1435366cf13fdcefdbc65a20ac762031a7a10212546dbda5ff18f07
|
||||
image: lscr.io/linuxserver/jellyfin@sha256:802612f03bb34f5dc698be0cb897288b8e40626b2d8f56ca5c8b832904ef7269
|
||||
container_name: jellyfin
|
||||
devices:
|
||||
- /dev/dri/renderD129:/dev/dri/renderD129
|
||||
|
|
Reference in a new issue