20
rdtclient/docker-compose.yml
Normal file
20
rdtclient/docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
version: '3.9'
|
||||
|
||||
services:
|
||||
rdtclient:
|
||||
image: rogerfar/rdtclient
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/storage/public/downloads:/data/downloads
|
||||
- /mnt/nick/configs/rdtclient/db:/data/db
|
||||
environment:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
networks:
|
||||
- default
|
||||
- routing
|
||||
|
||||
networks:
|
||||
routing:
|
||||
external: true
|
||||
name: routing
|
Reference in New Issue
Block a user