grmvoid/postgres
Postgres, is relational database management system (RDBMS).
5
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-compose
Example 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.
docker pull grmvoid/postgres