
If you are new to Docker or this application our issue tracker is ONLY used for reporting bugs or requesting features. Please use our discord server for general support.
Expected Behavior
Start container and application should load and stay running successfully.
Current Behavior
After starting the container an error message will pop up saying:
Connection Lost
Lidarr has lost it's connection to the backend and will need to be reloaded to restore functionality.
Lidarr will try to connect automatically, or you can click reload below.
Steps to Reproduce
- Install Docker for Windows on Window 10
- Docker pull the latest or nightly image
- Start the container
- Navigate to the app
- Let is sit for 5-10 minutes
- Read error msg
Environment
Windows 10
x86_64
Docker service Docker for Windows
Using Docker-compose ran the following configuration for startup
lidarr:
image: linuxserver/lidarr:preview
container_name: lidarr
environment:
- TZ=America/New_York
volumes:
- M:/DockerVolumes/lidarr/config:/config
- M:/music:/music
- M:/Downloads:/downloads
ports:
- 14306:8686
restart: unless-stopped
If you are new to Docker or this application our issue tracker is ONLY used for reporting bugs or requesting features. Please use our discord server for general support.
Expected Behavior
Start container and application should load and stay running successfully.
Current Behavior
After starting the container an error message will pop up saying:
Connection Lost
Lidarr has lost it's connection to the backend and will need to be reloaded to restore functionality.
Lidarr will try to connect automatically, or you can click reload below.
Steps to Reproduce
Environment
Windows 10
x86_64
Docker service Docker for Windows
Using Docker-compose ran the following configuration for startup
lidarr:
image: linuxserver/lidarr:preview
container_name: lidarr
environment:
- TZ=America/New_York
volumes:
- M:/DockerVolumes/lidarr/config:/config
- M:/music:/music
- M:/Downloads:/downloads
ports:
- 14306:8686
restart: unless-stopped