mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-07 17:02:45 +01:00
Merge pull request #31 from bambam82/master
README.md -- update paths example and port number
This commit is contained in:
commit
16b0a19095
1 changed files with 7 additions and 5 deletions
|
|
@ -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…
Reference in a new issue