Fixing the docker readme

This commit is contained in:
Jason House
2019-02-04 09:21:34 -05:00
parent ecd314afe9
commit 9d301f7509
+2 -2
View File
@@ -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