remove container name from downloader compose.yml, seems to cause conflict

This commit is contained in:
tolerryan
2025-10-07 00:31:49 -05:00
parent 4aa0991fcd
commit a14f16106d

View File

@@ -1,7 +1,6 @@
services:
gluetun:
image: qmcgaw/gluetun
container_name: gluetun
restart: always
cap_add:
- NET_ADMIN
@@ -30,7 +29,6 @@ services:
rutorrent:
image: crazymax/rtorrent-rutorrent:latest
container_name: rutorrent
environment:
- PUID=1000
- PGID=1000
@@ -48,7 +46,6 @@ services:
tinyfilemanager:
image: tinyfilemanager/tinyfilemanager:master
container_name: tinyfilemanager
environment:
- PUID=1000
- PGID=1000