Closed
Description
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:
- DB_USER
- DB_PASS
Which are factually incorrect.
My pod would never successfully connect to the database until I changed the declared environment variables to:
- DB_USERNAME
- 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?