The problem is here, is that the graylog server is accessible from two different networks (it has two different IPs in different networks). If I access the server from network A, I see only IP IP_A, if I access the server from network B, I see it only via IP_B. Thus, if IP_A is 10.10.99.103, no one is able to access it from the network B.
I think a solution would be to remove the IP from the index.html and write
I face a problem with the docker-compose configuration
which makes the IP appear inside the index.html
The problem is here, is that the graylog server is accessible from two different networks (it has two different IPs in different networks). If I access the server from network A, I see only IP IP_A, if I access the server from network B, I see it only via IP_B. Thus, if IP_A is 10.10.99.103, no one is able to access it from the network B.
I think a solution would be to remove the IP from the index.html and write
instead.
Can anyone advise how to achieve this?
Thank you very much!