rdt-client/docker-compose.yml
Roger Far 02c154f094 Fixed few layout issues with spinners.
Add a new Test Folder button in settings to test.
Add Docker images.
2020-12-12 14:10:05 -07:00

14 lines
No EOL
333 B
YAML

version: '3.3'
services:
rdtclient:
container_name: rogerfar/rdtclient
volumes:
- 'C:/Downloads/:/data/downloads'
image: rdtclient
restart: always
logging:
driver: json-file
options:
max-size: 10m
ports:
- '6500:6500'