diff --git a/compose.yaml b/compose.yaml index 47694ab..1539736 100644 --- a/compose.yaml +++ b/compose.yaml @@ -31,7 +31,7 @@ services: retries: 20 postgres: - image: postgres:15-bookworm + image: postgres:18-bookworm command: -c 'max_connections=200' environment: POSTGRES_DB: "progressor_db"