Re: [prometheus-users] Prometheus container does not run

2021-03-23 Thread Laurent Dumont
What docker-compose command are you using? You need to use "docker-compose up" to actually build + start the container. On Tue, Mar 23, 2021 at 8:30 PM AnauĂȘ Curi wrote: > Hi everyone, > > I'm trying to run prometheus via a container in docker, but after run it > the container status moves to cr

[prometheus-users] Prometheus container does not run

2021-03-23 Thread AnauĂȘ Curi
Hi everyone, I'm trying to run prometheus via a container in docker, but after run it the container status moves to created instead running. Docker-compose: version: '3.2' services: prometheus: image: prom/prometheus ports: - "9090:9090" volumes: - prometheus:/p