Using the latest image by default.
This commit is contained in:
@@ -3,7 +3,7 @@ version: '3'
|
||||
#vol_name:
|
||||
services:
|
||||
seed_1:
|
||||
image: indralabs/indra:v0.0.251
|
||||
image: indralabs/indra:latest
|
||||
container_name: indra-seed-1
|
||||
networks:
|
||||
indranet:
|
||||
@@ -17,7 +17,7 @@ services:
|
||||
#POSTGRES_PASSWORD: password
|
||||
command: ["serve"]
|
||||
peer_1:
|
||||
image: indralabs/indra:v0.0.251
|
||||
image: indralabs/indra:latest
|
||||
container_name: indra-peer-1
|
||||
networks:
|
||||
indranet:
|
||||
@@ -33,7 +33,7 @@ services:
|
||||
#POSTGRES_PASSWORD: password
|
||||
command: ["serve"]
|
||||
peer_2:
|
||||
image: indralabs/indra:v0.0.251
|
||||
image: indralabs/indra:latest
|
||||
container_name: indra-peer-2
|
||||
networks:
|
||||
indranet:
|
||||
|
||||
Reference in New Issue
Block a user