Merge pull request #31 from bambam82/master

README.md -- update paths example and port number
This commit is contained in:
Alex Kretzschmar 2018-07-27 18:01:20 +01:00 committed by GitHub
commit 16b0a19095
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,9 +24,11 @@ The [LinuxServer.io][linuxserverurl] team brings you another container release f
```
docker create \
--name=beets \
-v <path to data>:/config \
-v <path to config>:/config \
-v <path to music>:/music \
-v <path to non-processed music>:/downloads \
-e PGID=<gid> -e PUID=<uid> \
-p 1234:1234 \
-p 8337:8337 \
linuxserver/beets
```