add rdt
This commit is contained in:
parent
8a62281f1f
commit
d9613b6a54
1 changed files with 16 additions and 0 deletions
16
unraid-docker/rdt-client/compose.yaml
Normal file
16
unraid-docker/rdt-client/compose.yaml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
services:
|
||||||
|
rdt-client:
|
||||||
|
image: rogerfar/rdtclient:latest
|
||||||
|
container_name: rdt-client
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=100
|
||||||
|
- UMASK=002
|
||||||
|
volumes:
|
||||||
|
- /mnt/user/appdata/rdt-client/db:/data/db
|
||||||
|
- /mnt/user/media_root/temp:/data/downloads
|
||||||
|
ports:
|
||||||
|
- "6500:6500"
|
||||||
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- default
|
Loading…
Add table
Add a link
Reference in a new issue