feat(container): add docker compose and docker docs
This commit is contained in:
parent
c4eba52ba8
commit
6698ac016c
2 changed files with 30 additions and 0 deletions
10
README.md
10
README.md
|
@ -11,6 +11,16 @@ Simple HTTP proxy that renders pages with undetected-chromedriver and returns th
|
|||
|
||||
## Installation
|
||||
|
||||
### Container
|
||||
|
||||
```sh
|
||||
docker run --rm -p "32323:32323" ghcr.io/s4wyer/chromedriver-http-proxy # or s44wyer/chromedriver-http-proxy
|
||||
```
|
||||
|
||||
There's also a [Docker compose example](/docker-compose.yml) with better config.
|
||||
|
||||
### System
|
||||
|
||||
uv:
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue