fix: pin postgresql version in docker-compose

This commit is contained in:
jo 2023-03-03 17:20:11 +01:00 committed by Kyle Robbertze
parent 903a643c01
commit 0bdbc0425f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: "3.9"
services:
postgres:
image: postgres
image: postgres:15
volumes:
- postgres_data:/var/lib/postgresql/data
environment: