Skip to content

Commit c2c1eb4

Browse files
committedOct 12, 2024
remove pinchflat
1 parent 79b9f60 commit c2c1eb4

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed
 

‎docker/arrs/docker-compose.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -128,17 +128,7 @@ services:
128128
volumes:
129129
- /docker/appdata/doplarr/config:/config
130130
restart: unless-stopped
131-
132-
pinchflat:
133-
image: ghcr.io/kieraneglin/pinchflat@sha256:2642214c8e04c5092f4c983ac7fe7804e1acadd5a9677d5101d0bb49c4185f14
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-
131+
142132
syncthing:
143133
image: ghcr.io/linuxserver/syncthing@sha256:605814503be631f59ad34db4d4f79119ffe6f01fd0a8d5736c668e0939f81c47
144134
container_name: syncthing

0 commit comments

Comments
 (0)
Please sign in to comment.