docker – Blame information for rev 2
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
2 | office | 1 | version: "3.7" |
2 | |||
3 | services: |
||
4 | flaresolverr: |
||
5 | # DockerHub mirror flaresolverr/flaresolverr:latest |
||
6 | image: ghcr.io/flaresolverr/flaresolverr:latest |
||
7 | environment: |
||
8 | - LOG_LEVEL=${LOG_LEVEL:-info} |
||
9 | - LOG_HTML=${LOG_HTML:-false} |
||
10 | - CAPTCHA_SOLVER=${CAPTCHA_SOLVER:-none} |
||
11 | - TZ=Etc/UTC |
||
12 | ports: |
||
13 | - "${PORT:-8191}:8191" |