Skip to content

Commit

Permalink
docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimrostafarian committed Jan 20, 2023
1 parent 198a174 commit adeacc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
petrinode0:
container_name: petrinode0
image: petrilabs:petri
image: nimrostafarian/tessornetwork:petri
ports:
- "26656-26657:26656-26657"
volumes:
Expand All @@ -15,7 +15,7 @@ services:

petrinode1:
container_name: petrinode1
image: petrilabs:petri
image: nimrostafarian/tessornetwork:petri
ports:
- "26659-26660:26656-26657"
volumes:
Expand All @@ -27,7 +27,7 @@ services:

petrinode2:
container_name: petrinode2
image: petrilabs:petri
image: nimrostafarian/tessornetwork:petri
ports:
- "26661-26662:26656-26657"
volumes:
Expand All @@ -39,7 +39,7 @@ services:

petrinode3:
container_name: petrinode3
image: petrilabs:petri
image: nimrostafarian/tessornetwork:petri
ports:
- "26663-26664:26656-26657"
volumes:
Expand Down

0 comments on commit adeacc4

Please sign in to comment.