update docker description in readme

pull/30/head^2
Cullen Watson 2023-08-31 10:40:31 -05:00 committed by GitHub
parent 2beb2d0c68
commit 672b152ead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ By default:
To run the image with these default settings, use: To run the image with these default settings, use:
Example (Windows): Example (Cmd Prompt - Windows):
```bash ```bash
docker run -v %cd%/client_secret.json:/app/client_secret.json -p 8000:8000 ghcr.io/cullenwatson/jobspy docker run -v %cd%/client_secret.json:/app/client_secret.json -p 8000:8000 ghcr.io/cullenwatson/jobspy
``` ```