I’m trying to write json for FlareSolverr, but the created docker constantly reboots.
What could be the problem?
{
"FlareSolverr": {
"description": "FlareSolverr is a proxy server to bypass Cloudflare and DDoS-GUARD protection.",
"version": "2.1",
"website": "https://github.com/FlareSolverr/FlareSolverr",
"volume_add_support": true,
"containers": {
"flaresolverr": {
"image": "ghcr.io/flaresolverr/flaresolverr",
"ports": {
"8191": {
"description": "FlareSolverr WebUI port.",
"label": "WebUI port [e.g. 8191]",
"host_default": 8191,
"protocol": "tcp",
"ui": true
}
},
"volumes": {
"/var/lib/flaresolver": {
"description": "Share for FlareSolverr configuration.",
"label": "Config Storage [e.g. flaresolverr-config]"
}
},
"environment": {
"PGID": {
"description": "GID to use along with the above UID. It(or the above UID) must have full permissions to all Shares mapped in the previous step.",
"label": "GID to run flaresolverr as.",
"index": 2
},
"PUID": {
"description": "UID to run jackett as. It must have full permissions to all Shares mapped in the previous step.",
"label": "UID to run flaresolverr as.",
"index": 1
}
}
}
}
}
}