fix: docker compose image

corrects the image section in the docker compose example
This commit is contained in:
nicklvh
2025-02-14 14:05:55 +00:00
committed by GitHub
parent a6814407b8
commit b8e490f2da
+1 -1
View File
@@ -76,7 +76,7 @@ Here's a sample Docker compose file:
```yaml ```yaml
services: services:
swingmusic: swingmusic:
image: swingmusic image: ghcr.io/swingmx/swingmusic:latest
container_name: swingmusic container_name: swingmusic
volumes: volumes:
- /path/to/music:/music - /path/to/music:/music