Skip to content

Commit

Permalink
fix: duplicate port allocation (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardFuchs authored Aug 3, 2021
1 parent f462202 commit 5d9655b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,10 @@ services:
ORB_DRIVER_HOST_URL: ${ORB_DRIVER_HOST_URL}
ORB_DRIVER_TLS_SYSTEMCERTPOOL: ${ORB_DRIVER_TLS_SYSTEMCERTPOOL}
ports:
- "8121:8121"
- "8122:8121"
command: start
eosio-driver:
container_name: eosio-driver
image: gimlyblockchain/eosio-universal-resolver-driver
ports:
- "8122:8080"
- "8123:8080"

0 comments on commit 5d9655b

Please sign in to comment.