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
docker-compose.yml uses outdated/incompatible service command-line syntax, like -config.file=/etc/prometheus/prometheus.yml
better: --config.file=/etc/prometheus/prometheus.yml
or -collector.procfs=/host/proc
better: --path.procfs=/host/proc
and some more corrections like the above are needed on Ubuntu18 Linux to start the services.
The text was updated successfully, but these errors were encountered:
gitqlt
changed the title
starting services results in error unknown short flag '-c' and similar
starting services results in error unknown short flag '-c' and more
Jun 4, 2020
docker-compose.yml uses outdated/incompatible service command-line syntax, like
-config.file=/etc/prometheus/prometheus.yml
better:
--config.file=/etc/prometheus/prometheus.yml
or
-collector.procfs=/host/proc
better:
--path.procfs=/host/proc
and some more corrections like the above are needed on Ubuntu18 Linux to start the services.
The text was updated successfully, but these errors were encountered: