16 lines
363 B
YAML
16 lines
363 B
YAML
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
|