Closed pramodsatya closed 4 months ago
Could you please help review this change @wanglinsong ?
ports:
- 8081:8081
is
ports:
- host-port:container-port
A Presto service running inside a container is listening at port 8080, by default. All Presto containers share the same port range on one host (vm), so the port 8080 in containers need to map to different ports on the host.
I did not notice the workers are running on different container ports, so 8081:8081
works ok, then.
Adds 2nd worker, updates image, and separates the config files