Skip to content

Commit

Permalink
docker compose update for docker-using nops
Browse files Browse the repository at this point in the history
  • Loading branch information
kpeluso committed Sep 4, 2024
1 parent 7461735 commit 776d968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
services:
node:
container_name: sample_validator
image: "alloranetwork/allora-chain:v0.4.0-upgrader" # docker image without cosmovisor. use vx.x.x-upgrader for upgrade image
image: "alloranetwork/allora-chain:v0.4.0-docker-upgrade" # docker image without cosmovisor. use vx.x.x-docker-upgrade for upgrade image
environment:
- NETWORK=allora-testnet-1
- MONIKER=sample_validator
Expand Down

0 comments on commit 776d968

Please sign in to comment.