Added additional volumes to docker compose

pull/32/head
Isaac Grynsztein 6 years ago
parent f08506d690
commit 3bdacd4b52

@ -8,7 +8,10 @@ services:
ALLOW_CONFIG_MUTATIONS: 'true' ALLOW_CONFIG_MUTATIONS: 'true'
restart: always restart: always
volumes: volumes:
- ./appdata:/app/config - ./appdata:/app/appdata
- ./audio:/app/audio
- ./video:/app/video
- ./subscriptions:/app/subscriptions
ports: ports:
- "8998:17442" - "8998:17442"
image: tzahi12345/youtubedl-material:experimental image: tzahi12345/youtubedl-material:experimental
Loading…
Cancel
Save