fix: getting one last quay

pbarnett/install-updates-for-docker
Peter Barnett 2025-04-25 18:57:58 -04:00
parent 033e89841a
commit ee6db1fb8f
1 changed files with 2 additions and 1 deletions

View File

@ -301,10 +301,11 @@ services:
working_dir: /app working_dir: /app
influxdb3-core: influxdb3-core:
container_name: influxdb3-core container_name: influxdb3-core
image: quay.io/influxdb/influxdb3-core:latest image: influxdb:3-core
ports: ports:
- 8181:8181 - 8181:8181
command: command:
- influxdb3
- serve - serve
- --node-id=sensors_node0 - --node-id=sensors_node0
- --log-filter=debug - --log-filter=debug