Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

starting services results in error unknown short flag '-c' and more #3

Open
gitqlt opened this issue Jun 4, 2020 · 0 comments
Open

Comments

@gitqlt
Copy link

gitqlt commented 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.

@gitqlt 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant