chore: use postgres debian image

This commit is contained in:
mhatal
2024-01-22 11:31:46 +08:00
committed by GitHub
parent 285d7a8709
commit 26b283e1e9

View File

@@ -2,7 +2,7 @@ version: "3.9"
services:
stacks-blockchain-postgres:
restart: always
image: postgres:15.5-alpine
image: postgres:15.5
container_name: stacks_postgres
command: postgres -c 'max_connections=1000'
shm_size: 2gb