mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
fix: docker compose image
corrects the image section in the docker compose example
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user