POSTGRES_USER
на любое другое, кроме postgres
, контейнер выдает ошибку, что не может найти пользователя postgres
?version: '3.5'
services:
postgres:
container_name: postgres_container
image: postgres
environment:
POSTGRES_DB: DB
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password