mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2026-04-17 21:45:36 +02:00
11
README.md
11
README.md
@@ -51,7 +51,9 @@ We provide a `docker-compose.yml` configuration file. Clone this repository and
|
||||
`docker-compose up -d` _(Compose V1)_ or `docker compose up -d` _(Compose V2)_ to start
|
||||
the container.
|
||||
|
||||
If you prefer the `docker cli` execute the following command.
|
||||
If you prefer the `docker cli` execute the following command:
|
||||
|
||||
**Bash**
|
||||
|
||||
```bash
|
||||
docker run -d \
|
||||
@@ -62,6 +64,12 @@ docker run -d \
|
||||
ghcr.io/flaresolverr/flaresolverr:latest
|
||||
```
|
||||
|
||||
**Command Prompt or Powershell**
|
||||
|
||||
```cmd
|
||||
docker run -d --name=flaresolverr -p 8191:8191 -e LOG_LEVEL=info --restart unless-stopped ghcr.io/flaresolverr/flaresolverr:latest
|
||||
```
|
||||
|
||||
If your host OS is Debian, make sure `libseccomp2` version is 2.5.x. You can check the version with `sudo apt-cache policy libseccomp2`
|
||||
and update the package with `sudo apt install libseccomp2=2.5.1-1~bpo10+1` or `sudo apt install libseccomp2=2.5.1-1+deb11u1`.
|
||||
Remember to restart the Docker daemon and the container after the update.
|
||||
@@ -336,3 +344,4 @@ to the file name of one of the adapters inside the `/captcha` directory.
|
||||
## Related projects
|
||||
|
||||
- C# implementation => https://github.com/FlareSolverr/FlareSolverrSharp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user