diff --git a/READMETEMPLATE.md b/READMETEMPLATE.md index fb19a71..73789b1 100644 --- a/READMETEMPLATE.md +++ b/READMETEMPLATE.md @@ -2,21 +2,23 @@ The [LinuxServer.io](https://www.linuxserver.io/) team brings you another quality container release featuring auto-update on startup, easy user mapping and community support. Be sure to checkout our [forums](https://forum.linuxserver.io/index.php) or for real-time support our [IRC](https://www.linuxserver.io/index.php/irc/) on freenode at `#linuxserver.io`. -# linuxserver/ +# linuxserver/beets - +Beets is a music library manager—not, for the most part, a music player. It does include a simple player plugin and an experimental Web-based player, but it generally leaves actual sound-reproduction to specialized tools. ## Usage ``` -docker create --name= -v /etc/localtime:/etc/localtime:ro -v :/config -e PGID= -e PUID= -p 1234:1234 linuxserver/ +docker create --name=beets -v /etc/localtime:/etc/localtime:ro -v :/config -e PGID= -e PUID= -p 1234:1234 linuxserver/ ``` **Parameters** -* `-p 4242` - the port(s) +* `-p 8337` - the port(s) * `-v /etc/localtime` for timesync - *optional* -* `-v /config` - +* `-v /config` - Configuration files +* `-v /music` - Music library location +* `-v /downloads` - Non-processed music * `-e PGID` for GroupID - see below for explanation * `-e PUID` for UserID - see below for explanation @@ -30,17 +32,16 @@ Part of what makes our containers work so well is by allowing you to specify you ## Setting up the application - DELETE ME - +Edit the config file in /config ## Updates -* Upgrade to the latest version simply `docker restart `. -* To monitor the logs of the container in realtime `docker logs -f `. +* Upgrade to the latest version simply `docker restart beets`. +* To monitor the logs of the container in realtime `docker logs -f beets`. ## Versions -+ **dd.MM.yyyy:** This is the standard Version type now. ++ **06.11.2015:** Initial Release