Skip to content

Commit

Permalink
Merge pull request #229 from zama-ai/immortal-tofu-patch-1
Browse files Browse the repository at this point in the history
feat() forward websocket port and update docker image
  • Loading branch information
immortal-tofu authored Nov 28, 2023
2 parents 9d44ac5 + 0129679 commit a803023
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose/docker-compose.validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ version: '3'

services:
validator:
image: ghcr.io/zama-ai/evmos-node:v0.1.9
image: ghcr.io/zama-ai/evmos-node:v0.1.10
container_name: evmosnode0
ports:
- "26656-26657:26656-26657"
- "8545:8545"
- "8546:8546"
volumes:
- ../running_node/node2:/root:Z
- ../node/evmos/private.ed25519:/config/private.ed25519:Z
Expand Down

0 comments on commit a803023

Please sign in to comment.