flame icon indicating copy to clipboard operation
flame copied to clipboard

[BUG] Docker API creating double entries

Open arifer612 opened this issue 3 years ago • 0 comments

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.

image A screenshot of flame/applications showing 2 Overseerr instances created

image Only 1 Overseerr container in Docker as revealed by using dockers ps -a

image 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.

arifer612 avatar Mar 05 '22 11:03 arifer612