We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d5d641 commit 3fef33cCopy full SHA for 3fef33c
README.md
@@ -284,6 +284,7 @@ Just be careful to use the tag you have built.
284
285
Date|Major Changes
286
:---|:---
287
+2022-12-30|Remove `pull=always` from suggested systemd service
288
2022-12-30|Initial support for equalization (add package `libasound2-plugin-equal`)
289
2022-12-27|Support for additional `alsa` outputs
290
2022-12-24|`MAX_ADDITIONAL_OUTPUTS_BY_TYPE` now defaults to `20`
pulse/mpd-pulse.service
@@ -22,7 +22,6 @@ ExecStart=/usr/bin/docker run -i \
22
-p 6600:6600 \
23
--name mpd-pulse \
24
--label com.centurylinklabs.watchtower.enable=false \
25
- --pull=always \
26
giof71/mpd-alsa:latest
27
28
ExecStop=-/usr/bin/docker stop mpd-pulse
0 commit comments