fix(prometheus): use quay.io and no default config
This commit is contained in:
parent
ba86a4cb2a
commit
a03913a639
1 changed files with 1 additions and 2 deletions
|
@ -9,12 +9,11 @@ TimeoutStartSec=900
|
|||
WantedBy=default.target
|
||||
|
||||
[Container]
|
||||
Image=docker.io/prom/prometheus
|
||||
Image=quay.io/prometheus/prometheus
|
||||
ContainerName=prometheus
|
||||
|
||||
HostName=prometheus
|
||||
PublishPort=9090:9090
|
||||
|
||||
Volume=prometheus-data:/prometheus
|
||||
Volume=./prometheus.yml:/etc/prometheus/prometheus.yml
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue