swap readmes

master
Sean Dion 10 years ago
parent d1e98ce0ea
commit 8bc7afa18a

@ -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/<container-name>
# linuxserver/beets
<Provide a short, concise description of the application. No more than two SHORT paragraphs. Link to sources where possible and include an image illustrating your point if necessary. Point users to the original applications website, as that's the best place to get support - not here.>
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=<container-name> -v /etc/localtime:/etc/localtime:ro -v <path to data>:/config -e PGID=<gid> -e PUID=<uid> -p 1234:1234 linuxserver/<container-name>
docker create --name=beets -v /etc/localtime:/etc/localtime:ro -v <path to data>:/config -e PGID=<gid> -e PUID=<uid> -p 1234:1234 linuxserver/<container-name>
```
**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
<Insert a basic user guide here to get a n00b up and running with the software inside the container.> DELETE ME
Edit the config file in /config
## Updates
* Upgrade to the latest version simply `docker restart <container-name>`.
* To monitor the logs of the container in realtime `docker logs -f <container-name>`.
* 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

Loading…
Cancel
Save