We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77836a7 + 395101e commit f060ad9Copy full SHA for f060ad9
docker/arrs/docker-compose.yml
@@ -129,6 +129,16 @@ services:
129
- /docker/appdata/doplarr/config:/config
130
restart: unless-stopped
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
+
142
syncthing:
143
image: ghcr.io/linuxserver/syncthing@sha256:d5481de808a1de5a13b814a922b1f6de5fcde64c1ca95b0a065218b56570fae3
144
container_name: syncthing
0 commit comments