Skip to content

Commit 26d84f1

Browse files
committed
adding compose.yaml
1 parent 580df41 commit 26d84f1

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

influxdb/compose.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Run InfluxDB 3 Core using either Docker Compose or the CLI.
5555

5656
### Docker Compose
5757

58-
Create a `compose.yml` file with the configuration:
58+
Create a `compose.yml` file with the configuration:
5959

6060
%%COMPOSE%%
6161

0 commit comments

Comments
 (0)