[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:
Michael Born
2023-03-10 02:19:41 -05:00
committed by GitHub
parent d46829b4ab
commit a9212bdf84

View File

@@ -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
--------------