From 90a36ecf67d4436210549836a48b36ffbb0b02c8 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 1 Oct 2025 10:16:10 -0600 Subject: [PATCH] hotfix: update docker latest notification --- data/notifications.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/notifications.yaml b/data/notifications.yaml index 8f03e4a2b..b969e5235 100644 --- a/data/notifications.yaml +++ b/data/notifications.yaml @@ -90,8 +90,8 @@ InfluxDB 3 Core. To avoid unexpected upgrades, use specific version tags in your Docker deployments. For example, if using Docker to run InfluxDB v2, replace the `latest` version tag with a specific version tag in your Docker - run command--for example: + pull command--for example: ```sh - docker run influxdb:2 + docker pull influxdb:2 ```