From a9212bdf84c2458e73ff498432af1fd81ce7cb93 Mon Sep 17 00:00:00 2001 From: Michael Born <8106227+michaelborn@users.noreply.github.com> Date: Fri, 10 Mar 2023 02:19:41 -0500 Subject: [PATCH] [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. --- 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 --------------