From b7b3fe0513e2e84f9e0f86276b6158e1b47db31c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sim=C3=B3=20Albert=20i=20Beltran?= Date: Wed, 26 Jan 2022 17:51:33 +0100 Subject: [PATCH] Fix postgres-backup-local docker image version --- main.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.conf.example b/main.conf.example index cb5285a..386ec22 100644 --- a/main.conf.example +++ b/main.conf.example @@ -40,5 +40,5 @@ POSTGRES_USER=admin ## DOCKER IMAGES NGINX_ALPINE_IMG=nginx:1.21.6-alpine -POSTGRES_BACKUP_LOCAL_IMG=14-debian-2aa03d1 +POSTGRES_BACKUP_LOCAL_IMG=postgres-backup-local:14-debian-2aa03d1 HAPROXY_IMG=haproxy:2.4.12-alpine3.15