* 'master' of https://github.com/tborychowski/self-hosted-cookbook:
  Update youtube-downloader.md
This commit is contained in:
Tomasz Borychowski 2020-10-30 15:09:45 +00:00
commit 45861a60b0

View File

@ -59,5 +59,5 @@ services:
write_ytdl_config: 'true' write_ytdl_config: 'true'
ALLOW_CONFIG_MUTATIONS: 'true' ALLOW_CONFIG_MUTATIONS: 'true'
volumes: volumes:
- ./downloads:/app/video - ./downloads:/app/video
``` ```