Skip to content

Commit 7162c85

Browse files
committed
fix: use ghcr.io/platformnetwork images in docker-compose
1 parent 05e1653 commit 7162c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
# --bootstrap /ip4/<BOOTNODE_IP>/tcp/8090/p2p/<PEER_ID>
2424
# ==========================================================================
2525
bootnode:
26-
image: platform-bootnode:latest
26+
image: ghcr.io/platformnetwork/platform-bootnode:latest
2727
container_name: platform-bootnode
2828
restart: unless-stopped
2929

@@ -55,7 +55,7 @@ services:
5555
# Platform Validator Node
5656
# ==========================================================================
5757
validator:
58-
image: platform-validator:latest
58+
image: ghcr.io/platformnetwork/platform:latest
5959
container_name: platform-validator
6060
restart: unless-stopped
6161
depends_on:

0 commit comments

Comments
 (0)