Skip to content

Commit

Permalink
updated mithril images names.
Browse files Browse the repository at this point in the history
  • Loading branch information
pascallapointe committed Jul 5, 2024
1 parent 54f6cf5 commit c8a2773
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ First, you need to build all required images:
--build-arg NODE_TAG=${NODE_TAG} \
--build-arg MITHRIL_TAG=${MITHRIL_TAG} \
--build-arg CLI_TAG=${CLI_TAG} \
-t mithril:${MITHRIL_TAG} Dockerfiles/mithril-signer
-t mithril_signer:${MITHRIL_TAG} Dockerfiles/mithril-signer
```

** See: [mithril.network/doc/](https://mithril.network/doc/)
Expand All @@ -131,7 +131,7 @@ First, you need to build all required images:
MITHRIL_TAG=<VERSION_TAG>
docker build \
--build-arg MITHRIL_TAG=${MITHRIL_TAG} \
-t mithril:${MITHRIL_TAG} Dockerfiles/mithril-client
-t mithril_client:${MITHRIL_TAG} Dockerfiles/mithril-client
```

** See: [mithril.network/doc/](https://mithril.network/doc/)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ services:

mithril:
container_name: mithril
image: mithril:latest
image: mithril_signer:latest
#command: ["/bin/bash", "-c", "start.sh"]
command: ["/bin/bash", "-c", "tail","-f","/dev/null"] # Used for maintenance purpose
depends_on:
Expand Down

0 comments on commit c8a2773

Please sign in to comment.