File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ services:
57
57
- PGID=1000
58
58
59
59
sonarr :
60
- image : ghcr.io/linuxserver/sonarr@sha256:879f5f35b05566f71296bad0f3704709103568a6b4f42f5959543f5322728723
60
+ image : ghcr.io/linuxserver/sonarr@sha256:138998077a802c18b76c26636301fcd5517b7bfaf75db025d457199176078a12
61
61
container_name : sonarr
62
62
ports :
63
63
- " 8989:8989"
@@ -129,6 +129,16 @@ services:
129
129
- /docker/appdata/doplarr/config:/config
130
130
restart : unless-stopped
131
131
132
+ pinchflat :
133
+ image : ghcr.io/kieraneglin/pinchflat@sha256:16dca569fa5f890f60d3b04f0cd25d2af7ccd960ad635ae8ba1e514619df189f
134
+ environment :
135
+ - TZ=America/New_York
136
+ ports :
137
+ - " 8945:8945"
138
+ volumes :
139
+ - /docker/appdata/pinchflat/config:/config
140
+ - /data/media/Youtube/downloads:/downloads
141
+
132
142
syncthing :
133
143
image : ghcr.io/linuxserver/syncthing@sha256:d5481de808a1de5a13b814a922b1f6de5fcde64c1ca95b0a065218b56570fae3
134
144
container_name : syncthing
Original file line number Diff line number Diff line change 1
1
---
2
2
services :
3
3
jellyfin :
4
- image : ghcr.io/linuxserver/jellyfin@sha256:266a8e1a6dc8e01270935a358effee2b0711af23e0e5479985a6501ce1978da7
4
+ image : ghcr.io/linuxserver/jellyfin@sha256:01cd85925160e4ed20d74cc7c59fd4b166d7ff6349788f6ce390f5672b6c019b
5
5
container_name : jellyfin
6
6
devices :
7
7
- /dev/dri/renderD129:/dev/dri/renderD129
You can’t perform that action at this time.
0 commit comments