docker-library/docs

Error in log - FATAL: database "armkdbd" does not exist

AlexSSP opened this issue · 0 comments

Hello! When I put in my environment of docker-compose file
image: postgres:15.3-alpine
environment:
POSTGRES_DB: arm-bd-db
POSTGRES_USER: armkdbd
POSTGRES_PASSWORD: armkdbd_password
container started, database arm-bd-db created, but i see in my docker container log
FATAL: database "armkdbd" does not exist.
Why is this happening?