We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a5da3 commit 8f9b516Copy full SHA for 8f9b516
docker.local/docker-compose.yml
@@ -11,6 +11,7 @@ services:
11
- "543${BLOBBER}:5432"
12
labels:
13
zchain: "postgres"
14
+ shm_size: 8gb
15
validator:
16
image: validator
17
environment:
docker.local/p0docker-compose.yml
@@ -19,6 +19,7 @@ services:
19
testnet0:
20
ipv4_address: 198.18.8.${BLOBBER}
21
restart: on-failure:5
22
23
24
25
container_name: validator-${BLOBBER}
0 commit comments