fix: getting one last quay
parent
033e89841a
commit
ee6db1fb8f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue