mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-05-01 22:20:52 -05:00
Fixing the docker readme
This commit is contained in:
@@ -45,13 +45,13 @@ docker build -t gaps .
|
||||
Next, run the container with the environment variables:
|
||||
|
||||
```bash
|
||||
docker run -t -e DBAPIKEY= -e PLEXADDRESS= gaps
|
||||
docker run -t -e DBAPIKEY= -e PLEXADDRESS= -e WRITETOFILE= gaps
|
||||
```
|
||||
|
||||
In example:
|
||||
|
||||
```bash
|
||||
docker run -t -e DBAPIKEY=myapikey PLEXADDRESS=http://192.168.0.10:32400/library/sections/1/all/?X-Plex-Token=plextoken gaps
|
||||
docker run -t -e DBAPIKEY=myapikey -e PLEXADDRESS=http://192.168.0.10:32400/library/sections/1/all/?X-Plex-Token=plextoken -e WRITETOFILE=true gaps
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Reference in New Issue
Block a user