You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't a big problem in my case as I can simply set --config.file and be done with it. It took me a while of head scratching to figure this out though.
The text was updated successfully, but these errors were encountered:
It seems that adding the
--web.listen-address
without also setting--config.file
fails to correctly read the default configuration file.In other words both or neither need to be set for things to work. If only
--web.listen-address
is set:We've been running it in docker like this:
and we hit this problem when adding
--web.listen-address
like this:workaround like this:
This isn't a big problem in my case as I can simply set
--config.file
and be done with it. It took me a while of head scratching to figure this out though.The text was updated successfully, but these errors were encountered: