Advertisement
niels900000

youtube-dl compose

Dec 18th, 2022
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. version: "2"
  2. services:
  3. ytdl_material:
  4. container_name: youtube-dl-web
  5. environment:
  6. ALLOW_CONFIG_MUTATIONS: 'true'
  7. restart: always
  8. volumes:
  9. - ./appdata:/app/appdata
  10. - ./audio:/app/audio
  11. - ./video:/app/video
  12. - ./subscriptions:/app/subscriptions
  13. - ./users:/app/users
  14. ports:
  15. - "8998:17442"
  16. image: tzahi12345/youtubedl-material:latest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement