pinned postgres to 17.2

This commit is contained in:
Kamil
2024-12-10 12:27:18 +00:00
parent 23d121e58f
commit 6129bee98c
2 changed files with 87 additions and 1 deletions

View File

@@ -74,7 +74,7 @@ services:
- jellyplist-network
postgres:
container_name: postgres-jellyplist
image: postgres
image: postgres:17.2
environment:
POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}