From 49a448c732aa4f2537612f727160f08e5157bf33 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Thu, 23 Sep 2021 16:38:44 +0200 Subject: [PATCH] Change PostgreSQL container version Close #28. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 80afc4e..f4493a6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: # because that allows us to use the default hostname ("postgres") # from the LedgerSMB configuration postgres: - image: postgres:9.6-alpine + image: postgres:12-alpine environment: # Replace the password below for a secure setup POSTGRES_PASSWORD: abc