This is Codemy's Postgres with PgTune configs
see the config files for different settings used
By default it will use the 1gb-ram.conf file
docker run --name <name>-postgres \
--volume /host/data/path:/var/lib/postgresql/data \
--publish 5432:5432 \
--detach \
codemy/postgres:latest \
postgres -c config_file=/configs/1gb-ram.conf
Content type
Image
Digest
Size
96 MB
Last updated
about 10 years ago
docker pull planforfit/postgres