From dd3c2b5bbf9faca33e37bc6adcbbed836bb15f58 Mon Sep 17 00:00:00 2001 From: Michael Born <8106227+michaelborn@users.noreply.github.com> Date: Thu, 9 Mar 2023 21:18:58 -0500 Subject: [PATCH] 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. --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 5d8b9363..660cb6d4 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -37,7 +37,7 @@ on how set up a cron job in the docker container. - :/movies # optional - :/music_videos # optional - :/music # optional - restart: unless-stopped + restart: unless-stopped Docker --------------