Fixed typo, based on feedback from happymellon
This commit is contained in:
parent
2e38a19344
commit
63ad1fbc7f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ 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/docker-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**
|
||||||
|
|
Loading…
Add table
Reference in a new issue