use the correct image
This commit is contained in:
parent
3779b66ac4
commit
1cb8e30008
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
|||
version: '3.3'
|
||||
services:
|
||||
mpd:
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: Dockerfile
|
||||
image: giof71/mpd-alsa:bookworm
|
||||
container_name: mpd
|
||||
restart: unless-stopped
|
||||
devices:
|
||||
|
@ -21,6 +19,7 @@ services:
|
|||
- ALSA_OUTPUT_MIXER_CONTROL=Digital
|
||||
- ALSA_OUTPUT_MIXER_DEVICE=hw:0
|
||||
- ALSA_OUTPUT_MIXER_TYPE=hardware
|
||||
- MPD_LOG_LEVEL=notice
|
||||
volumes:
|
||||
- /srv/music:/music:ro
|
||||
#- ./config/lastfm.txt:/user/config/lastfm.txt:ro
|
||||
|
|
Loading…
Reference in a new issue