docs(readme): use :latest in quickstart compose instead of pinned tag
This commit is contained in:
@@ -21,7 +21,7 @@ A self-hosted music server that thinks for you. Smart shuffle, contextual likes,
|
|||||||
# compose.yaml
|
# compose.yaml
|
||||||
services:
|
services:
|
||||||
minstrel:
|
minstrel:
|
||||||
image: git.fabledsword.com/bvandeusen/minstrel:v1.0.0
|
image: git.fabledsword.com/bvandeusen/minstrel:latest
|
||||||
ports: ['4533:4533']
|
ports: ['4533:4533']
|
||||||
volumes:
|
volumes:
|
||||||
- ./music:/music:ro
|
- ./music:/music:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user