This repository was archived by the owner on May 28, 2023. It is now read-only.
This repository was archived by the owner on May 28, 2023. It is now read-only.
On running multiple instances, name conflict for elasticsearch #290
Open
Description
When running multiple VS API, there is no problem except elasticsearch, CLI complaints there is naming conflict with elasticsearch because it's explicitly defined inside docker-compose.yml
, they can't arbitrarily add new name for new instance.
Solution would be removing container_name
node from docker-compose.yml
Is there any reason for elasticsearch
explicitly named so?
If this is OK, I will make a PR of this. Thanks!