update build script for rc.5

This commit is contained in:
iskay
2023-06-16 18:39:59 +00:00
parent a6cf131cd3
commit 30ce3deb31
3 changed files with 11 additions and 3 deletions
@@ -7,10 +7,11 @@ services:
entrypoint: ["sh", "/docker-entrypoint-scripts.d/start-node.sh"]
volumes:
- ../config/mainnet-go-opera/start-node.sh:/docker-entrypoint-scripts.d/start-node.sh
network_mode: "host"
# network_mode: "host"
# TODO: ports taken from dockerfile, determine which are needed
ports:
- "5050:5050" # p2p port, needed
- "5050:5050/udp"
- "18545:18545" # http rpc port
- "18546:18546" # websockets rpc port
#- "18547" # unknown