From b8e490f2dad257addef0bc98da0792e3fceb7ea2 Mon Sep 17 00:00:00 2001 From: nicklvh <62725534+nicklvh@users.noreply.github.com> Date: Fri, 14 Feb 2025 14:05:55 +0000 Subject: [PATCH] fix: docker compose image corrects the image section in the docker compose example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf5abf6f..a1b0a83d 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Here's a sample Docker compose file: ```yaml services: swingmusic: - image: swingmusic + image: ghcr.io/swingmx/swingmusic:latest container_name: swingmusic volumes: - /path/to/music:/music