Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Postgres 9.6 needs password  #62

@dirkpetersen

Description

@dirkpetersen

postgres complains with the default config:

docker-compose up postgres
Creating network "compose-services_devnet" with the default driver
Creating compose-services_postgres_1 ... done
Attaching to compose-services_postgres_1
postgres_1           | Error: Database is uninitialized and superuser password is not specified.
postgres_1           |        You must specify POSTGRES_PASSWORD to a non-empty value for the
postgres_1           |        superuser. For example, "-e POSTGRES_PASSWORD=password" on "docker run

fix in docker-compose.yml:

  postgres:
    environment:
      - POSTGRES_PASSWORD=paaaaaaaaaaaaassword

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions