From af6f79462b38f5516f5e33c23a9aa1fbc6daf155 Mon Sep 17 00:00:00 2001 From: Kaloyan Nikolov Date: Wed, 5 Mar 2025 09:18:10 +0200 Subject: [PATCH] Pin postgresql to 16 in Readme example Signed-off-by: Kaloyan Nikolov --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f61e65c2..96f5b1b1 100644 --- a/README.md +++ b/README.md @@ -527,7 +527,7 @@ services: # Note: PostgreSQL is external service. You can find more information about the configuration here: # https://github.com/docker-library/docs/blob/master/postgres/README.md db: - image: postgres + image: postgres:16-alpine restart: always volumes: - db:/var/lib/postgresql/data