This commit is contained in:
Jean Froment 2021-02-15 15:02:36 +01:00
parent 90ff2a6ba7
commit 017a6c54af
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ bazarr: enable
lidarr: enable
tautulli: enable
jdownloader: enable
tdarr: enable
tdarr: disable
tdarrv2: enable
nextcloud: enable
portainer: enable

View File

@ -1,5 +1,5 @@
services:
tdarr:
tdarrv2:
image: haveagitgat/tdarr:latest
container_name: tdarrv2
restart: always
@ -7,7 +7,7 @@ services:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
- serverIP=tdarr
- serverIP=tdarrv2
- serverPort=8266
- webUIPort=8265
- ROOT_URL=https://tdarrv2.${TRAEFIK_DOMAIN}