Fix Flaresolverr missing ports

Prowlarr and other apps weren't connecting to Flaresolverr until the port setting was added to the docker-compose.yml 👍
This commit is contained in:
Wraithers 2024-05-20 18:48:03 +05:30 committed by GitHub
parent ba9898a0bd
commit f2e1754041
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,8 @@ services:
container_name: flaresolverr
image: ghcr.io/flaresolverr/flaresolverr:v3.3.18
restart: unless-stopped
ports:
- ${APP_PORT}:8191
environment:
- LOG_LEVEL=${FLARESOLVERR_LOG_LEVEL-info}
- TZ=${TZ}
@ -10,4 +12,4 @@ services:
- tipi_main_network
labels:
# Main
traefik.enable: false
traefik.enable: false