1
0
Fork 0
mirror of synced 2024-06-28 11:00:40 +12:00
bulk-downloader-for-reddit/docker-compose.yml
2020-06-05 17:23:45 +03:00

12 lines
230 B
YAML

version: "3"
services:
bdfr:
image: bdfr
build: .
ports:
- "8080:8080"
- "7634:7634"
volumes:
- "./:/root/Bulk Downloader for Reddit"
container_name: bdfr_container
network_mode: bridge