We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e1653 commit 7162c85Copy full SHA for 7162c85
docker-compose.yml
@@ -23,7 +23,7 @@ services:
23
# --bootstrap /ip4/<BOOTNODE_IP>/tcp/8090/p2p/<PEER_ID>
24
# ==========================================================================
25
bootnode:
26
- image: platform-bootnode:latest
+ image: ghcr.io/platformnetwork/platform-bootnode:latest
27
container_name: platform-bootnode
28
restart: unless-stopped
29
@@ -55,7 +55,7 @@ services:
55
# Platform Validator Node
56
57
validator:
58
- image: platform-validator:latest
+ image: ghcr.io/platformnetwork/platform:latest
59
container_name: platform-validator
60
61
depends_on:
0 commit comments