django-cms-quickstart icon indicating copy to clipboard operation
django-cms-quickstart copied to clipboard

Superfluous volume assignment in database_default

Open MacLake opened this issue 2 years ago • 0 comments

The volume assignment in the database_defaultsection doesn’t make sense. It doesn’t break anything, but it’s not good for anything either.

  database_default:
  # …
    volumes:
       - postgres-data:/var/lib/postgresql/data/

MacLake avatar Aug 10 '23 20:08 MacLake