Merge pull request #31 from bambam82/master

README.md -- update paths example and port number
master
Alex Kretzschmar 7 years ago committed by GitHub
commit 16b0a19095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
```

Loading…
Cancel
Save