Skip to content

v 16 tag image is not working? #13

@miconx

Description

@miconx

istarted a :16 container which gives me this error message:
2024-03-13.12:56:13 [WARN] ** [postgres] Host '127.0.0.1' is not listening on port '5432', retrying.. (5 seconds so far)

same compose file with version 15 works ...

image: tiredofit/postgres:15
container_name: postgres
volumes:
- ./pg_logs:/logs
- ./pg_db:/var/lib/postgresql/data
environment:
- TIMEZONE=Europe/Vienna
- CONTAINER_NAME=postgres
- SUPERUSER_PASS=superusersecret
- DB_NAME=keycloak_db
- DB_USER=_dbadmin
- DB_PASS=dbpassword
- CONTAINER_ENABLE_MONITORING=FALSE
ports:
- "5432:5432"

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