docker run --name postgresql -d
--env 'DB_USER=bva' --env 'DB_PASS=bva' --env 'DB_NAME=invoices'
--publish 5432:5432
--volume /srv/docker/postgresql:/var/lib/postgresql
afzal/postgresql
data.source.url=jdbc:postgresql://192.168.99.100:5432/invoices data.source.username=bva data.source.password=bva
Content type
Image
Digest
Size
78.2 MB
Last updated
over 10 years ago
docker pull afzal/postgresql