Skip to content

Please update the documentation DB_PASS -> DB_PASSWORD, etc #129

Closed
@BloodyIron

Description

@BloodyIron

So I'm not building the image from a docker-compose, I'm using a k8s yaml manifest deployment, and pulling the image from here : https://hub.docker.com/r/linuxserver/bookstack

The thing is the documentation says the environment variables to use are:

  1. DB_USER
  2. DB_PASS

Which are factually incorrect.

My pod would never successfully connect to the database until I changed the declared environment variables to:

  1. DB_USERNAME
  2. DB_PASSWORD

Considering that I am nowhere near the first person to have this issue, it stands to reason the documentation is leading users astray, and should be updated to the actually correct information. Can we please have this corrected?

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem right

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions