Postgres, is relational database management system (RDBMS).
279
Image based on:
alpine
Supported architectures:
linux/amd64, linux/arm64
Maintained by:
grmvoid
Where to file issues:
https://github.com/grmvoid/docker-postgres/issues
Dockerfile links$ docker run --name postgres -d grmvoid/postgres:17.2
docker-composeExample docker-compose.yml for postgres:
services:
postgres:
image: grmvoid/postgres:17.2
restart: always
ports:
- "5432:5432"
The postgres image uses several environment variables which are easy to miss.
| Variable | Default Value | Description |
|---|---|---|
PGDATA |
View license information for the software contained in this image.
Content type
Image
Digest
sha256:126b24474…
Size
74.7 MB
Last updated
over 1 year ago
docker pull grmvoid/postgres:17