fix: pin postgresql version in docker-compose
This commit is contained in:
parent
903a643c01
commit
0bdbc0425f
|
@ -2,7 +2,7 @@ version: "3.9"
|
|||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres
|
||||
image: postgres:15
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue