Docker-compose update postgresql version.

This commit is contained in:
Stuart Armstrong 2025-10-08 15:11:58 +03:00
parent 8e6e32861e
commit 1c203078d0

View File

@ -75,7 +75,7 @@ services:
- loop-network
db:
image: "postgres:11.22-alpine3.19"
image: "postgres:15-alpine3.21"
restart: "unless-stopped"
environment:
POSTGRES_PASSWORD: "<password>"