mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-24 04:21:14 +00:00
13 lines
289 B
YAML
13 lines
289 B
YAML
version: '3.3'
|
|
|
|
services:
|
|
flaresolverr:
|
|
image: ghcr.io/flaresolverr/flaresolverr:latest
|
|
container_name: flaresolverr
|
|
ports:
|
|
- 8191:8191
|
|
environment:
|
|
- LOG_LEVEL=info
|
|
- TZ=Europe/Berlin
|
|
restart: unless-stopped
|