emeraldpay / emeraldpay/dshackle
Docker Port 8090?
- Dominant language
- Rust
- Stars
- 350
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to figure out why the docker exposes port 8090/tcp by default? 8090 isn't referenced in any of the default configs.
https://github.com/emeraldpay/dshackle/blob/master/build.gradle#L185
` ports = ['8090', '8545']`
Is that suppose to be the gRPC port that is port `2449` in the example config?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at build.gradle line 185 and compare the Docker-exposed ports with the default configurations and the example configuration's gRPC port 2449. Determine whether port 8090 is intentional; done means the exposed ports and configuration or documentation clearly agree.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100