Skip to content

Configuration Error in Portainer #63

@Pattern91

Description

@Pattern91

Hi @PCJones ,

thanks for your work. This my current configuration in the Portainer stack

version: '3.8'
services:
  umlautadaptarr:
    #uncomment this to get the development branch
    #build: https://github.com/PCJones/UmlautAdaptarr.git#develop
    build: https://github.com/PCJones/UmlautAdaptarr.git#master
    image: umlautadaptarr
    restart: unless-stopped
    ports:
      - 5006:5006 # can be removed if you use the alternative, non-proxy configuration
    environment:
      - TZ=Europe/Berlin
      - RADARR__ENABLED=true
      - RADARR__HOST=http://10.x.x.x:7878
      - RADARR__APIKEY='3fxxxxxxxxxxxxx0'

But I get Error:
Error while registering ArrFactory. This is most likely a config problem, please check your environment variables.

I already tried using "5006:5006" so with " " and also for the API Key I tried it with ' ' and without. Can you help me spot the error?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions