README.md update paths example and port numbers

master
bart@tinkywinky 8 years ago
parent 0a93d5baeb
commit 5464b37236

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