mirror of
https://github.com/alexgo-io/stacks-node-mainnet.git
synced 2026-01-12 14:53:47 +08:00
chore: use postgres debian image
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user