You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: influxdb/content.md
+19-5Lines changed: 19 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,24 +32,38 @@ To check the server health:
32
32
```bash
33
33
curl localhost:8086/health
34
34
```
35
+
35
36
## Start InfluxDB 3 Enterprise
36
37
37
-
InfluxDB 3 Enterprise supports clustered deployments and advanced features. To start a local standalone Enterprise container for testing:
38
+
InfluxDB 3 Enterprise supports clustered deployments and advanced features. To start a local standalone Enterprise container for testing, make sure to provide your license key as an environment variable and include required flags:
38
39
39
40
```bash
40
-
docker run -d --name influxdb3-enterprise -p 8086:8086 influxdb:enterprise
41
+
docker run -d --name influxdb3-enterprise -p 8086:8086 \
0 commit comments