Skip to content

Commit 36b1f9c

Browse files
MeelahMejstirnaman
andauthored
Update influxdb/content.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
1 parent f21e89f commit 36b1f9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

influxdb/content.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ docker exec -it influxdb3-core influxdb3 create database my_db --token YOUR_ADMI
100100
To check the server health:
101101

102102
```bash
103-
curl localhost:8086/health
103+
curl http://localhost:8181/health
104+
--header "Authorization: Bearer YOUR_ADMIN_TOKEN"
104105
```
105106

106107
## Start InfluxDB 3 Enterprise

0 commit comments

Comments
 (0)