[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:
parent
d46829b4ab
commit
a9212bdf84
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
--------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue