postgres: revert to 12.2 version
This commit is contained in:
parent
16e6d2a06e
commit
f794bde646
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user