fix: docker-compose set to pg 15 (#186)

This commit is contained in:
abelanger5
2024-02-22 12:04:52 -08:00
committed by GitHub
parent 481d6e9e8f
commit e15dfc19ae
@@ -26,7 +26,7 @@ import { FileTree } from 'nextra/components'
version: "3.8"
services:
postgres:
image: postgres:latest
image: postgres:15.6
command: postgres -c 'max_connections=200'
restart: always
hostname: "postgres"