postgres: revert to 12.2 version
This commit is contained in:
parent
16e6d2a06e
commit
f794bde646
@ -30,7 +30,7 @@ services:
|
|||||||
|
|
||||||
db:
|
db:
|
||||||
restart: always
|
restart: always
|
||||||
image: docker.io/postgres:13.9-alpine
|
image: docker.io/postgres:12.2-alpine
|
||||||
container_name: calckey_db
|
container_name: calckey_db
|
||||||
networks:
|
networks:
|
||||||
- network
|
- network
|
||||||
|
@ -31,7 +31,7 @@ services:
|
|||||||
|
|
||||||
db:
|
db:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: docker.io/postgres:13.9-alpine
|
image: docker.io/postgres:12.2-alpine
|
||||||
container_name: calckey_db
|
container_name: calckey_db
|
||||||
networks:
|
networks:
|
||||||
- calcnet
|
- calcnet
|
||||||
|
Loading…
Reference in New Issue
Block a user