Skip to content

Commit

Permalink
matching other docker commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sammerry authored and wernight committed Mar 27, 2019
1 parent 51b71af commit bb21416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,13 @@ Having more issues? [Report a bug on GitHub](https://github.com/wernight/docker-
For non debian distros. The gid for audio group in /etc/group must be 29 to match debians default as `audio:x:29:<your user outside of docker>` this is to match the user id inside the docker container. You'll also need to add the `output = alsasink` config line under the audio section in your `mopidy.conf`.

```
alias mopidy='docker run -d -rm -u root \
$ docker run -d -rm \
--device /dev/snd \
--name mopidy \
--ipc=host \
--privileged \
-v $HOME/.config/mopidy:/var/lib/mopidy/.config/mopidy/ \
-p 6600:6600/tcp -p 6680:6680/tcp -p 5555:5555/udp \
mopidy'
mopidy
```

0 comments on commit bb21416

Please sign in to comment.