Compare commits
No commits in common. "65fc472d0f6414b37bc569e0e011736dc8ebbda7" and "1656b8bbf58a64e21e525e52cb9e4551c679640b" have entirely different histories.
65fc472d0f
...
1656b8bbf5
3 changed files with 4 additions and 4 deletions
|
@ -39,7 +39,7 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
|
||||||
radarr:
|
radarr:
|
||||||
image: lscr.io/linuxserver/radarr@sha256:122cb0e9104f5b29b48a2578e0ad02ad82c8b8568b8bc5154eb6e360f4e72799
|
image: lscr.io/linuxserver/radarr@sha256:6c10e1133bc42649de220fa9e04e4c7bbe5ba4161a275ac1494f2bfd45417507
|
||||||
ports:
|
ports:
|
||||||
- "7878:7878"
|
- "7878:7878"
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -52,7 +52,7 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
|
||||||
sonarr:
|
sonarr:
|
||||||
image: lscr.io/linuxserver/sonarr@sha256:f4c3088f5c07a33da5bd3d39df7499c425c60f3e40093a2efd057d145a73b34f
|
image: lscr.io/linuxserver/sonarr@sha256:5b9ccc420200989683ed6268c9dfd2c9fc1a2cb813bd7d52036c0c9d73e9fdef
|
||||||
ports:
|
ports:
|
||||||
- "8989:8989"
|
- "8989:8989"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -16,7 +16,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
arch-qbittorrentvpn:
|
arch-qbittorrentvpn:
|
||||||
image: binhex/arch-qbittorrentvpn@sha256:7b2e706abf1bb9df8cb900daf9903634c69ef6ae40b9c939f0f5a178a00ba6cc
|
image: binhex/arch-qbittorrentvpn@sha256:ef28b69de0c3172807c324f32757b0c479cb4b88b6845f0558a7b602f0aee3c4
|
||||||
container_name: qbittorrentvpn
|
container_name: qbittorrentvpn
|
||||||
volumes:
|
volumes:
|
||||||
- '/docker/appdata/qbitty:/config'
|
- '/docker/appdata/qbitty:/config'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
jellyfin:
|
jellyfin:
|
||||||
image: lscr.io/linuxserver/jellyfin@sha256:1f29806ecfb4f42d32f795cb442e0eeff13dcc0a8584af90592ea030332de313
|
image: lscr.io/linuxserver/jellyfin@sha256:e752915da1435366cf13fdcefdbc65a20ac762031a7a10212546dbda5ff18f07
|
||||||
container_name: jellyfin
|
container_name: jellyfin
|
||||||
devices:
|
devices:
|
||||||
- /dev/dri/renderD129:/dev/dri/renderD129
|
- /dev/dri/renderD129:/dev/dri/renderD129
|
||||||
|
|
Reference in a new issue