You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated the vimagick/mpd container image recently (to the last update 6 days ago) and after that, the MPD container wouldn't start, giving only this in the logs: standard_init_linux.go:211: exec user process caused "operation not permitted".
I had to add privileged: true to the Docker Compose to get the container running again.
The text was updated successfully, but these errors were encountered:
I updated the vimagick/mpd container image recently (to the last update 6 days ago) and after that, the MPD container wouldn't start, giving only this in the logs:
standard_init_linux.go:211: exec user process caused "operation not permitted"
.I had to add
privileged: true
to the Docker Compose to get the container running again.The text was updated successfully, but these errors were encountered: