mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-25 19:58:34 -05:00
fix: docker-compose set to pg 15 (#186)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user