Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Commit

Permalink
documentation corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomNinjaAtk authored Apr 9, 2021
1 parent cf14942 commit d5dc452
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[locast2tuner](https://github.com/wouterdebie/locast2tuner) - This application provides an interface between locast.org and Plex Media Server (PMS) or Emby by acting like a HDHomerun or an m3u Tuner and an XMLTV provider.

[![locast2tuner](https://raw.githubusercontent.com/RandomNinjaAtk/unraid-templates/master/randomninjaatk/img/locast2dvr.png)](https://github.com/wouterdebie/locast2tuner)
[![locast2tuner](https://raw.githubusercontent.com/RandomNinjaAtk/unraid-templates/master/randomninjaatk/img/locast2tuner.png)](https://github.com/wouterdebie/locast2tuner)

## Supported Architectures

Expand All @@ -29,7 +29,7 @@ Container images are configured using the following parameters passed at runtime

| Parameter | Function |
| ---- | --- |
| `-e L2DHOSTIP=###.###.###.###` | Host IP Address, set to the host ip address |
| `-p 6077` | The port for the tuner access |
| `-e L2DUSER="username"` | Locast Username |
| `-e L2DPASS="password"` | Locast Password |
| `-e L2DZIP=#####,#####` | Locast Zipcodes, zipcode in format: #####,#####,##### |
Expand All @@ -39,13 +39,12 @@ Don't use quotation marks in the environmental variables.

```
docker create \
--name=locast2dvr \
--network host \
-e L2DHOSTIP=###.###.###.### \
--name=locast2tuner \
-p 6077 \
-e L2DUSER=username \
-e L2DPASS=password \
-e L2DZIP=#####,##### \
randomninjaatk/locast2dvr
randomninjaatk/locast2tuner
```


Expand All @@ -57,14 +56,15 @@ Compatible with docker-compose v2 schemas. Don't use quotation marks in the envi
version: "2.1"
services:
locast2dvr:
image: randomninjaatk/locast2dvr
container_name: locast2dvr
network_mode: host
image: randomninjaatk/locast2tuner
container_name: locast2tuner
environment:
- L2DHOSTIP=###.###.###.###
- L2DUSER=username
- L2DPASS=password
- L2DZIP=#####,#####
ports:
- 6077:6077
restart: unless-stopped
```

Expand All @@ -73,4 +73,4 @@ services:
<br />

# Credits
- [locast2dvr](https://github.com/wouterdebie/locast2tuner)
- [locast2tuner](https://github.com/wouterdebie/locast2tuner)

0 comments on commit d5dc452

Please sign in to comment.