Skip to content

Commit c4dbae2

Browse files
committed
fix(v2): Revert number changes.
1 parent 53dedf2 commit c4dbae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/influxdb/v2/install/use-docker-compose.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Follow steps to set up and run InfluxDB using Docker Compose and `secrets`:
8181
influxdb2-config:
8282
```
8383
84-
1. For each secret in `compose.yaml`, create a file that contains the secret
84+
3. For each secret in `compose.yaml`, create a file that contains the secret
8585
value--for example:
8686

8787
- `~/.env.influxdb2-admin-username`:
@@ -102,7 +102,7 @@ Follow steps to set up and run InfluxDB using Docker Compose and `secrets`:
102102
MyInitialAdminToken0==
103103
```
104104

105-
2. To set up and run InfluxDB, enter the following command in your
105+
4. To set up and run InfluxDB, enter the following command in your
106106
terminal:
107107

108108
<!--pytest.mark.skip-->

0 commit comments

Comments
 (0)