Closed ColinCampbell closed 8 months ago
https://github.com/eth-educators/eth-docker/blob/main/teku-allin1.yml#L50
Changing the ports definition to
ports:
- ${HOST_IP:-}:${CL_P2P_PORT:-9000}:${CL_P2P_PORT:-9000}/tcp
- ${HOST_IP:-}:${CL_P2P_PORT:-9000}:${CL_P2P_PORT:-9000}/udp
fixes the issue. Is this correct? Happy to create a pull request
Thanks! I had missed updating the allin1 files.
I'm running
./ethd update
and running into an error with an invalid hostPortThe relevant parts in my
.env
would seem to be:I'm wondering if this is related to getting rid of support for docker compose v1?