postgres container based on debian bullseye with autopostgesbackup.
170
postgres container based in debian bullseye with autopostgesbackup. I need as container because, autopostgresqlbackup is missing in bullseye.
docker build --no-cache -t proofy/postgres-13-bullseye-apb:latest .
docker run --name postgres13 -d -p 5432:5432 -v ofbizpostgresbackup:/var/lib/autopostgresqlbackup proofy/postgres-13-bullseye-apb
for more options:
Content type
Image
Digest
sha256:57e77c8a2…
Size
163.8 MB
Last updated
about 4 years ago
docker pull proofy/postgres-13-bullseye-apb