You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
YoutubeDL-Material/docker-compose.yml

14 lines
339 B
YAML

version: "2"
services:
ytdl_material:
build: .
environment:
write_ytdl_config: 'true'
ALLOW_CONFIG_MUTATIONS: 'true'
restart: always
volumes:
- ./appdata:/app/config
ports:
- "8998:17442"
image: tzahi12345/youtubedl-material:experimental