Skip to content

Commit

Permalink
update osmosis image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Jan 4, 2024
1 parent 0ed3e2d commit f7bff47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ redis-stop:
docker container rm -f redis-stack

osmosis-start:
docker run -d --name osmosis -p 26657:26657 -p 9090:9090 -p 1317:1317 -p 9091:9091 -p 6060:6060 -v $(HOME)/.osmosisd/:/osmosis/.osmosisd/ --net host osmolabs/osmosis-dev:sqs-out-v0 "start"
docker run -d --name osmosis -p 26657:26657 -p 9090:9090 -p 1317:1317 -p 9091:9091 -p 6060:6060 -v $(HOME)/.osmosisd/:/osmosis/.osmosisd/ --net host osmolabs/osmosis-dev:sqs-out-v0.1 "start"

osmosis-stop:
docker container rm -f osmosis
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
osmosis-service:
image: osmolabs/osmosis-dev:sqs-out-v0
image: osmolabs/osmosis-dev:sqs-out-v0.1
container_name: osmosis
volumes:
- $HOME/.osmosisd/:/osmosis/.osmosisd/
Expand Down

0 comments on commit f7bff47

Please sign in to comment.