diff --git a/docker-compose.yml b/docker-compose.yml index d611076..7e2fef1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -49,12 +49,13 @@ services: - POSTGRES_HOST_AUTH_METHOD=trust - POSTGRES_USER=postgres - POSTGRES_DB=torrentio - -volumes: - mongo-data: - postgres-data: + flaresolverr: image: ghcr.io/flaresolverr/flaresolverr:latest restart: unless-stopped ports: - - 8191:8191 \ No newline at end of file + - 8191:8191 + +volumes: + mongo-data: + postgres-data: