From 1b3f2e254bbf70b40d996ba192e4197f7978f75c Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Fri, 8 May 2026 13:50:53 -0400 Subject: [PATCH] docs(readme): use :latest in quickstart compose instead of pinned tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a798b81b..81faa71f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ A self-hosted music server that thinks for you. Smart shuffle, contextual likes, # compose.yaml services: minstrel: - image: git.fabledsword.com/bvandeusen/minstrel:v1.0.0 + image: git.fabledsword.com/bvandeusen/minstrel:latest ports: ['4533:4533'] volumes: - ./music:/music:ro