We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580df41 commit 26d84f1Copy full SHA for 26d84f1
influxdb/compose.yaml
@@ -0,0 +1,15 @@
1
+# compose.yaml
2
+services:
3
+ influxdb3-core:
4
+ container_name: influxdb3-core
5
+ image: influxdb:3-core
6
+ ports:
7
+ - 8181:8181
8
+ command:
9
+ - influxdb3
10
+ - serve
11
+ - --node-id=node0
12
+ - --object-store=file
13
+ - --data-dir=/var/lib/influxdb3
14
+ - --plugin-dir=/var/lib/influxdb3-plugins
15
+
influxdb/content.md
@@ -55,7 +55,7 @@ Run InfluxDB 3 Core using either Docker Compose or the CLI.
55
56
### Docker Compose
57
58
-Create a `compose.yml` file with the configuration:
+Create a `compose.yml` file with the configuration:
59
60
%%COMPOSE%%
61
0 commit comments