nulxrd/postgres

By nulxrd

Updated 8 months ago

PostgreSQL docker container image

Image
Databases & Storage
0

161

postgres

Quick reference

Supported tags and respective Dockerfile links

All supported tags see here

How to use this image

start a postgres instance
$ docker run --name postgres -d nulxrd/postgres
... via docker-compose

Example docker-compose.yml for postgres:

version: '3.1'

services:
    postgres:
        image: nulxrd/postgres:latest
        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.

Docker Pull Command

docker pull nulxrd/postgres