Skip to content

Commit f0ab06c

Browse files
committed
fix docker-compose and bump hatchet
1 parent 3e9cfd1 commit f0ab06c

5 files changed

Lines changed: 235 additions & 235 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.8"
22
services:
33
postgres:
4-
image: postgres:latest
4+
image: postgres:15.6
55
command: postgres -c 'max_connections=200'
66
restart: always
77
hostname: "postgres"

0 commit comments

Comments
 (0)