Skip to content

Commit f583227

Browse files
MeelahMejstirnaman
andcommitted
Update influxdb/content.md
Co-authored-by: Jason Stirnaman <[email protected]>
1 parent ba1b0cd commit f583227

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)