From ee6db1fb8fd4b962f7614c45b6d503669f62d0c1 Mon Sep 17 00:00:00 2001 From: Peter Barnett Date: Fri, 25 Apr 2025 18:57:58 -0400 Subject: [PATCH] fix: getting one last quay --- compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 1b51376e5..a2338c3b1 100644 --- a/compose.yaml +++ b/compose.yaml @@ -301,10 +301,11 @@ services: working_dir: /app influxdb3-core: container_name: influxdb3-core - image: quay.io/influxdb/influxdb3-core:latest + image: influxdb:3-core ports: - 8181:8181 command: + - influxdb3 - serve - --node-id=sensors_node0 - --log-filter=debug