19 lines
355 B
YAML
19 lines
355 B
YAML
services:
|
|
rdtclient:
|
|
image: rogerfar/rdtclient
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /mnt/storage/public/downloads:/data/downloads
|
|
- /home/nick/configs/rdtclient/db:/data/db
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
networks:
|
|
- default
|
|
- routing
|
|
|
|
networks:
|
|
routing:
|
|
external: true
|
|
name: routing
|