mirror of https://github.com/Bunsly/JobSpy
Update README.md
parent
5d045ae950
commit
3bfaccbac2
10
README.md
10
README.md
|
@ -151,9 +151,10 @@ docker pull ghcr.io/cullenwatson/jobspy:latest
|
||||||
By default:
|
By default:
|
||||||
* Port: `8000`
|
* Port: `8000`
|
||||||
* Google sheet name: `JobSpy`
|
* Google sheet name: `JobSpy`
|
||||||
* Relative path of `client_secret.json` (for Google Sheets, see below to obtain)
|
* Uses relative path of `client_secret.json` (for Google Sheets, see below to obtain)
|
||||||
|
|
||||||
To run the image with these default settings, use:
|
|
||||||
|
To run the image with these default settings, use:
|
||||||
|
|
||||||
Example (Windows):
|
Example (Windows):
|
||||||
```bash
|
```bash
|
||||||
|
@ -168,10 +169,11 @@ docker run -v $(pwd)/client_secret.json:/app/client_secret.json -p 8000:8000 ghc
|
||||||
#### Using custom params
|
#### Using custom params
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
* Port `8030`
|
* Port: `8030`
|
||||||
* Google sheet named `CustomName`
|
* Google sheet name: `CustomName`
|
||||||
* Absolute path of `client_secret.json`: `C:\config\client_secret.json`
|
* Absolute path of `client_secret.json`: `C:\config\client_secret.json`
|
||||||
|
|
||||||
|
To pass these custom params:
|
||||||
```bash
|
```bash
|
||||||
docker run -v C:\config\client_secret.json:/app/client_secret.json -e GSHEET_NAME=CustomName -e PORT=8030 -p 8030:8030 ghcr.io/cullenwatson/jobspy
|
docker run -v C:\config\client_secret.json:/app/client_secret.json -e GSHEET_NAME=CustomName -e PORT=8030 -p 8030:8030 ghcr.io/cullenwatson/jobspy
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue