Sign inSign up

grmvoid/postgres

By grmvoid

•Updated over 1 year ago

Postgres, is relational database management system (RDBMS).

Image
Databases & storage
0

343

grmvoid/postgres repository overview

⁠Quick reference

⁠How to use this image

⁠start a postgres instance
$ docker run --name postgres -d grmvoid/postgres:17.2
⁠... via docker-compose⁠

Example docker-compose.yml for postgres:

services:
    postgres:
        image: grmvoid/postgres:17.2
        restart: always
        ports:
            - "5432:5432"

⁠Environment Variables

The postgres image uses several environment variables which are easy to miss.

VariableDefault ValueDescription
PGDATA

⁠LICENSE

View license⁠ information for the software contained in this image.

Tag summary

Content type

Image

Digest

sha256:126b24474…

Size

74.7 MB

Last updated

over 1 year ago

docker pull grmvoid/postgres:17