[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
cae0436aff
commit
6a142a3db9
1 changed files with 3 additions and 3 deletions
|
|
@ -2,8 +2,8 @@ services:
|
||||||
tdarr:
|
tdarr:
|
||||||
container_name: tdarr
|
container_name: tdarr
|
||||||
devices:
|
devices:
|
||||||
- /dev/dri/card1:/dev/dri/card1
|
- /dev/dri/card1:/dev/dri/card1
|
||||||
- /dev/dri/renderD129:/dev/dri/renderD129
|
- /dev/dri/renderD129:/dev/dri/renderD129
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
|
|
@ -16,7 +16,7 @@ services:
|
||||||
- inContainer=true
|
- inContainer=true
|
||||||
- ffmpegVersion=6
|
- ffmpegVersion=6
|
||||||
- nodeName=tdarr
|
- nodeName=tdarr
|
||||||
- QSV_DEVICE= "/dev/dri/renderD128"
|
- QSV_DEVICE= "/dev/dri/renderD129"
|
||||||
image: ghcr.io/haveagitgat/tdarr:latest
|
image: ghcr.io/haveagitgat/tdarr:latest
|
||||||
ports:
|
ports:
|
||||||
- 0.0.0.0:8265:8265
|
- 0.0.0.0:8265:8265
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue