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:
parent
ba9898a0bd
commit
f2e1754041
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user