updated postgres image to from 12 to 15 version

This commit is contained in:
dashevchenko 2023-11-29 11:33:25 +02:00
parent db22c014bd
commit 50c0822e05
3 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ services:
- ~/.mytb-edge-logs:/var/log/tb-edge
postgres:
restart: always
image: "postgres:12"
image: "postgres:15"
ports:
- "5432"
environment:

View File

@ -19,7 +19,7 @@ version: '3.0'
services:
postgres:
restart: always
image: "postgres:12"
image: "postgres:15"
ports:
- "5432"
environment:

View File

@ -19,7 +19,7 @@ version: '3.0'
services:
postgres:
restart: always
image: "postgres:12"
image: "postgres:15"
ports:
- "5432"
environment: