postgres: revert to 12.2 version

This commit is contained in:
yawhn 2022-12-19 02:57:51 +02:00
parent 16e6d2a06e
commit f794bde646
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ services:
db:
restart: always
image: docker.io/postgres:13.9-alpine
image: docker.io/postgres:12.2-alpine
container_name: calckey_db
networks:
- network

View File

@ -31,7 +31,7 @@ services:
db:
restart: unless-stopped
image: docker.io/postgres:13.9-alpine
image: docker.io/postgres:12.2-alpine
container_name: calckey_db
networks:
- calcnet