Skip to content

Commit

Permalink
fix ports
Browse files Browse the repository at this point in the history
  • Loading branch information
Marketen committed Dec 11, 2024
1 parent 1320ab9 commit c424562
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package_variants/gnosis/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ services:
CHAIN_PORT: 26656
KEYPER_PORT: 23003
KEYPER_METRICS_PORT: 9100
ports:
- "23003:23003"
- "26656:26656"
- "26660:26660"
- "9100:9100"

metrics:
build:
args:
NETWORK: gnosis

ports:
- "23003:23003/tcp"
- "26656:26656"
- "26660:26660"
- "9100:9100"

0 comments on commit c424562

Please sign in to comment.