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 8f9b516 commit b6a0cd4Copy full SHA for b6a0cd4
docker.local/docker-compose.yml
@@ -11,7 +11,7 @@ services:
11
- "543${BLOBBER}:5432"
12
labels:
13
zchain: "postgres"
14
- shm_size: 8gb
+ shm_size: 4gb
15
validator:
16
image: validator
17
environment:
docker.local/p0docker-compose.yml
@@ -19,7 +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