standalone postgresql v12-->v13

This commit is contained in:
DavidVadnais 2025-03-07 14:09:38 -10:00
parent 3a33f7fef9
commit 07e5eff73e

View File

@ -30,7 +30,7 @@ services:
- postgres
postgres:
image: postgres:12-bullseye
image: postgres:13-bullseye
volumes:
- postgres_data:/var/lib/postgresql/data
env_file: docker.env