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: services:
postgres: postgres:
image: postgres image: postgres:15
volumes: volumes:
- postgres_data:/var/lib/postgresql/data - postgres_data:/var/lib/postgresql/data
environment: environment: