diff options
Diffstat (limited to 'src/cephadm/samples/custom_container.json')
-rw-r--r-- | src/cephadm/samples/custom_container.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cephadm/samples/custom_container.json b/src/cephadm/samples/custom_container.json index 194a44d2abb..210cf1e3e55 100644 --- a/src/cephadm/samples/custom_container.json +++ b/src/cephadm/samples/custom_container.json @@ -1,5 +1,5 @@ { - "image": "docker.io/prom/alertmanager:v0.20.0", + "image": "quay.io/prometheus/alertmanager:v0.20.0", "ports": [9093, 9094], "args": [ "-p", "9093:9093", |