Added additional volumes to docker compose

This commit is contained in:
Isaac Grynsztein
2020-03-17 05:29:25 -04:00
parent f08506d690
commit 3bdacd4b52

View File

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