How to pass dynamic array from ENV to a docker container
We currently load ips from src/main/resources/application.properties as a Map<String, List> server: config: ips: - 10.10.10.10 - 10.10.10.11 - 10.10.10.12 - 10.10.10.13 If I have to pass this from the ENV for a docker container, how should I do it