Skip to content

Commit 169456b

Browse files
Update influxdb setup instructions
1 parent 4886c13 commit 169456b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

influxdb/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ $ docker exec influxdb2 influx setup \
158158
--username $USERNAME \
159159
--password $PASSWORD \
160160
--org $ORGANIZATION \
161-
--bucket $BUCKET
161+
--bucket $BUCKET \
162+
--setup
162163
```
163164

164165
Running setup from within the container will cause CLI configs to be written to `/etc/influxdb2/influx-configs`. You can then use the `influx` CLI from within the container to extract the generated admin token:

0 commit comments

Comments
 (0)