mirror of
https://github.com/LukeHagar/ytdl-sub.git
synced 2025-12-06 04:22:12 +00:00
[DOCS] Fix yaml syntax for initial docker-compose setup (#523)
The provided `docker-compose.yml` config is not valid YAML, due to a missing space in the last line.
This commit is contained in:
@@ -37,7 +37,7 @@ on how set up a cron job in the docker container.
|
||||
- <path/to/movies>:/movies # optional
|
||||
- <path/to/music_videos>:/music_videos # optional
|
||||
- <path/to/music>:/music # optional
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
|
||||
Docker
|
||||
--------------
|
||||
|
||||
Reference in New Issue
Block a user