feat(container): add docker compose and docker docs

This commit is contained in:
Sawyer 2025-08-05 19:42:52 -05:00
parent c4eba52ba8
commit 6698ac016c
2 changed files with 30 additions and 0 deletions

View file

@ -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