explicitly set elk_network client ip to not conflict

This commit is contained in:
2025-11-07 20:59:31 +01:00
parent 1fbeaed457
commit 8aeb823e50
2 changed files with 2 additions and 1 deletions

View File

@@ -34,4 +34,4 @@
TELEMETRY_ENABLED: "false"
networks:
- name: elk_network
ipv4_address: 172.19.0.3

View File

@@ -62,3 +62,4 @@
ELASTIC_HOSTS: "{{ env_vars.ELASTIC_HOSTS }}"
networks:
- name: elk_network
ipv4_address: 172.19.0.4