From 6ef9566f66483364df8d3060b767782c8a6f6b70 Mon Sep 17 00:00:00 2001 From: Mungai Njoroge Date: Thu, 9 May 2024 07:32:42 -0400 Subject: [PATCH] Update docker url on README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9bf414e..ed16f4ba 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Options are flags that can be passed when starting the app in the terminal to tw Pull the latest Docker image and run it: ```sh -docker pull ghcr.io/swing-opensource/swingmusic:latest +docker pull ghcr.io/swingmx/swingmusic:latest ``` ```sh @@ -61,7 +61,7 @@ docker run --name swingmusic -p 1970:1970 \ -v /path/to/music:/music \ -v /path/to/config:/config \ --restart unless-stopped \ - ghcr.io/swing-opensource/swingmusic:latest + ghcr.io/swingmx/swingmusic:latest ``` Don't forget to replace `/path/to/music` and `/path/to/config` with the appropriate values. In addition, specify the the `/music` directory as the root directory. Using the `Home Directory` option won't work.