Skip to content

Commit 50ba67a

Browse files
authored
Merge pull request #6106 from influxdata/pbarnett/update-explorer-run
chore:update explorer run command
2 parents ffe7e05 + c1c0b07 commit 50ba67a

File tree

1 file changed

+2
-2
lines changed
  • content/shared/v3-enterprise-get-started

1 file changed

+2
-2
lines changed

content/shared/v3-enterprise-get-started/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ docker pull quay.io/influxdb/influxdb3-explorer:latest
894894
Run the interface using:
895895

896896
```bash
897-
docker run --name influxdb3-explorer -p 8086:8888 quay.io/influxdb/influxdb3-explorer:latest
897+
docker run -p 8086:80 -p 8087:8888 quay.io/influxdb/influxdb3-explorer:latest --mode=normal
898898
```
899899

900900
With the default settings above, you can access the UI at http://localhost:8086.
@@ -1594,4 +1594,4 @@ Replace the following placeholders with your values:
15941594
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}: your {{% token-link "admin" %}}
15951595
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}: the name of the database to create the file index in
15961596
- {{% code-placeholder-key %}}`TABLE_NAME`{{% /code-placeholder-key %}}: the name of the table to create the file index in
1597-
- {{% code-placeholder-key %}}`COLUMNS`{{% /code-placeholder-key %}}: a comma-separated list of columns to index on, for example, `host,application`
1597+
- {{% code-placeholder-key %}}`COLUMNS`{{% /code-placeholder-key %}}: a comma-separated list of columns to index on, for example, `host,application`

0 commit comments

Comments
 (0)