diff --git a/roles/ind/downloader/docker-compose.yml b/roles/ind/downloader/docker-compose.yml index 1908270..2439f11 100644 --- a/roles/ind/downloader/docker-compose.yml +++ b/roles/ind/downloader/docker-compose.yml @@ -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