sct / overseerr

Request management and media discovery tool for the Plex ecosystem
https://overseerr.dev
MIT License
3.54k stars 412 forks source link

Docker volume warning shows when using Docker named volumes #3885

Open andrewvaughan opened 5 days ago

andrewvaughan commented 5 days ago

Description

When using a named volume (e.g., this in Docker Compose):

    #....
    volumes:
      - "overseerr-config:/app/config"

volumes:
  overseer-config:

The app still shows the message:

The /app/config volume mount was not configured properly. All data will be cleared when the container is stopped or restarted.

This is not true, as named volumes are persisted in /var/lib/docker and are simply managed by Docker (or Compose).

Version

1.33.2

Steps to Reproduce

  1. Create a volume with docker volume create ...
  2. Mount that named volume to Overseerr during Docker setup

Screenshots

No response

Logs

No response

Platform

desktop

Device

Server

Operating System

Ubuntu

Browser

All

Additional Context

No response

Code of Conduct