Docker compose: pin postgres version

This commit is contained in:
William Bouzourène 2026-03-06 18:26:47 +01:00
parent 870ea05911
commit b619874a81
Signed by: bouzoure
GPG key ID: 423440D735B56BE2

View file

@ -1,6 +1,6 @@
services:
postgres:
image: postgres:latest
image: postgres:17
container_name: camarades-postgres
ports:
- "127.0.0.1:5432:5432"