Files
docker/youtubeDL/docker-compose.yml
2021-09-15 11:06:32 +00:00

21 lines
507 B
YAML

version: "3.2"
services:
ytdl_material:
image: tzahi12345/youtubedl-material:latest
container_name: youtubeDL
environment:
ALLOW_CONFIG_MUTATIONS: 'true'
volumes:
- ./appdata:/app/appdata
- youtubeDL:/app/audio
- ./video:/app/video
- ./subscriptions:/app/subscriptions
- ./users:/app/users
ports:
- "8998:17442"
restart: always
volumes:
youtubeDL:
external: true