-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels