Replies: 1 comment
-
Sometimes GitHub glitches out on the build process and gives us a bad "latest" or in this case a "16" image. In this case I would recommend temporarily switching over to a more scoped tag and then trying again later on to see if the blanket tag starts working again. 16 regularly gets rebuilt on a schedule.. Current scoped tag is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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"
Beta Was this translation helpful? Give feedback.
All reactions