Skip to content

Commit 6df42a8

Browse files
committed
docs: adding docker compose section to Core and embedding compose
1 parent ea1df44 commit 6df42a8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

influxdb/content.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Scroll to the appropriate section below for Docker setup instructions, configura
88

99
# InfluxDB Docker Image Overview
1010

11+
%%LOGO%%
12+
1113
InfluxDB is the time series database platform designed to collect, store, and process large amounts of timestamped data. InfluxDB supports high write and query workloads and is commonly used for:
1214

1315
- Monitoring infrastructure and applications
@@ -49,6 +51,22 @@ Use the official images hosted on Quay.io:
4951

5052
## Start InfluxDB 3 Core
5153

54+
Run InfluxDB 3 Core using either Docker Compose or the CLI.
55+
56+
### Docker Compose
57+
58+
Create a `compose.yml` file with configuration:
59+
60+
%%COMPOSE%%
61+
62+
You can start your docker container by using the following command:
63+
64+
```bash
65+
docker compose up -d
66+
```
67+
68+
### Docker CLI
69+
5270
To start the InfluxDB 3 Core container, run the following command:
5371

5472
```bash

0 commit comments

Comments
 (0)