Merge pull request #7 from openam/readme

update readme file with correct timesync option
This commit is contained in:
sparklyballs 2016-02-23 09:07:49 +00:00
commit f8b035f733

View file

@ -10,13 +10,20 @@ Headphones is an automated music downloader for NZB and Torrent, written in Pyth
## Usage ## Usage
``` ```
docker create --name="Headphones" -v /path/to/headphones/data:/config -v /path/to/downloads:/downloads -v /path/to/music:/music -v /etc/localtime:/etc/localtime:ro -p 8181:8181 linuxserver/headphones docker create \
--name="Headphones" \
-v /path/to/headphones/data:/config \
-v /path/to/downloads:/downloads \
-v /path/to/music:/music \
-v /etc/localtime:/etc/localtime:ro \
-p 8181:8181 \
linuxserver/headphones
``` ```
**Parameters** **Parameters**
* `-p 8181` - the port(s) * `-p 8181` - the port(s)
* `-v /etc/localhost` for timesync - *optional* * `-v /etc/localtime` for timesync - *optional*
* `-v /config` - Configuration file location * `-v /config` - Configuration file location
* `-v /music` - Location of music. (i.e. /opt/downloads/music or /var/music) * `-v /music` - Location of music. (i.e. /opt/downloads/music or /var/music)
* `-v /downloads` - Location of downloads folder * `-v /downloads` - Location of downloads folder