We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 858f4e0 commit e0ceb90Copy full SHA for e0ceb90
test/docker-compose.yml
@@ -1,7 +1,7 @@
1
version: "3.9"
2
services:
3
localsecret-1:
4
- image: "ghcr.io/scrtlabs/localsecret:alpha"
+ image: "ghcr.io/scrtlabs/localsecret:v1.15.0-beta.15"
5
ports:
6
- "26657:26657" # RPC
7
- "26656:26656" # P2P
@@ -13,7 +13,7 @@ services:
13
FAST_BLOCKS: "true"
14
LOG_LEVEL: "TRACE"
15
localsecret-2:
16
17
18
- "36657:26657" # RPC
19
- "36656:26656" # P2P
0 commit comments