Thomas Ritter

Results 2 comments of Thomas Ritter

Thank you, it works for me (`http_headers`). @k0ste here is an example: ````yml - job_name: 'my-job' scheme: https metrics_path: '/metrics' http_headers: my-custom-header: values: - 'my-header-value' static_configs: - targets: - 'myservice.com:443'...

Hi everyone, I was able to solve the issue by restoring the HNS networks after a server reboot. This prevents Docker from losing its network configurations on restart, allowing containers...