flame
flame copied to clipboard
[BUG] Docker API creating double entries
Deployment details:
- App version: 2.2.1
- Platform: amd64
- Docker image tag: latest
Apps automatically added using the Docker API are being created in copies. With Unpin stopped containers / other apps set to True, only one of the two will be active on the homepage but there are still 2 entries for each application when I check the full list of applications.
A screenshot of flame/applications showing 2 Overseerr instances created
Only 1 Overseerr container in Docker as revealed by using dockers ps -a
Overseerr container labels
As seen in the images above, I only have 1 Overseerr container present and spun up on my system. Flame reflects that with only 1 instance of the app, but a copy of it shows up nevertheless when I browse the list of applications. Deleting the copy and then restarting the container does not generate a new copy, so that is a makeshift solution for now.