clhobbs / events-splitter

Randomly split events from 1 host (Agent) to multiple hosts (Targets) and test the correctness of the split.
0 stars 0 forks source link

chore: remove expose port in docker-compose #14

Closed clhobbs closed 1 year ago

clhobbs commented 1 year ago

Issue https://github.com/clhobbs/events-splitter/issues/11 points out that it is not necessary to expose port 9997 in any of the docker containers since all containers are on the same network. This PR simply removes the expose from the docker-compose.yml file.