diff --git a/compose.yaml b/compose.yaml index adcfe9f..31e86eb 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,7 +2,7 @@ name: "cardio-bot-app" services: cardio-db: - image: 'postgres:latest' + image: 'postgres:16.4' tty: true env_file: ./.env container_name: 'cardio-db'