Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: "2"
- services:
- ytdl_material:
- container_name: youtube-dl-web
- environment:
- ALLOW_CONFIG_MUTATIONS: 'true'
- restart: always
- volumes:
- - ./appdata:/app/appdata
- - ./audio:/app/audio
- - ./video:/app/video
- - ./subscriptions:/app/subscriptions
- - ./users:/app/users
- ports:
- - "8998:17442"
- image: tzahi12345/youtubedl-material:latest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement