Open graytaylor0 opened 2 years ago
I'd like to push forward with Docker Compose v3 files. Please update the instructions to include setting the project name.
Is this still open ? because still, docker network is getting created with the directory name with it. @graytaylor0 @dlvenable
Describe the issue This issue was brought up in #979. The Log Ingestion Demo Guide assumes that the
docker-compose
is run from the../data-prepper/examples/log-ingestion
folder. This leads to confusion since docker-compose prepends the project name to the network.This prepend can be overridden by adding a standard
--project-name
flag to thedocker-compose up
commandAnd then data prepper can be run and attached to the network with