remove container name from downloader compose.yml, seems to cause conflict
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
gluetun:
|
gluetun:
|
||||||
image: qmcgaw/gluetun
|
image: qmcgaw/gluetun
|
||||||
container_name: gluetun
|
|
||||||
restart: always
|
restart: always
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
@@ -30,7 +29,6 @@ services:
|
|||||||
|
|
||||||
rutorrent:
|
rutorrent:
|
||||||
image: crazymax/rtorrent-rutorrent:latest
|
image: crazymax/rtorrent-rutorrent:latest
|
||||||
container_name: rutorrent
|
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
@@ -48,7 +46,6 @@ services:
|
|||||||
|
|
||||||
tinyfilemanager:
|
tinyfilemanager:
|
||||||
image: tinyfilemanager/tinyfilemanager:master
|
image: tinyfilemanager/tinyfilemanager:master
|
||||||
container_name: tinyfilemanager
|
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
|||||||
Reference in New Issue
Block a user