From 41f4b151067329fd29d7974cfc48fc58ba2d0e7c Mon Sep 17 00:00:00 2001 From: yeahbutstill Date: Thu, 7 Nov 2024 23:15:01 +0700 Subject: [PATCH] set version postgresql 16 --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 5c04185..3eb3cfb 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: db-contact-management: - image: 'postgres:16.3-alpine3.20' + image: 'postgres:16' restart: always # set shared memory limit when using docker-compose shm_size: 128mb