Fix yaml syntax for initial docker-compose setup

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-09 21:18:58 -05:00 committed by GitHub
parent d46829b4ab
commit dd3c2b5bbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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