Skip to content

Commit 3cba1c3

Browse files
committed
docs
1 parent bb5fcb6 commit 3cba1c3

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ auto query = ...
113113
- Conan 2.0+
114114
- C++20 compatible compiler
115115
- Python 3.x (for Conan)
116-
- Docker & docker-compose (for running tests)
116+
- Docker (for running tests)
117117

118118
### Quick Development Workflow
119119

@@ -142,11 +142,11 @@ scripts\test.bat # Windows
142142
scripts\stop-influxdb.bat # Windows
143143
```
144144

145-
**Using docker-compose directly:**
145+
**Using docker compose directly:**
146146

147147
```bash
148-
docker-compose up -d # Start InfluxDB
149-
docker-compose down # Stop InfluxDB
148+
docker compose up -d # Start InfluxDB
149+
docker compose down # Stop InfluxDB
150150
```
151151

152152
For detailed development instructions, see [docs/development.md](docs/development.md).

docs/development.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ This installs dependencies:
6464
scripts\start-influxdb.bat
6565
```
6666

67-
**Using docker-compose directly:**
67+
**Using docker compose directly:**
6868

6969
```bash
70-
docker-compose up -d
70+
docker compose up -d
7171
```
7272

7373
This starts InfluxDB with:
@@ -119,7 +119,7 @@ scripts\stop-influxdb.bat
119119

120120
Or directly:
121121
```bash
122-
docker-compose down
122+
docker compose down
123123
```
124124

125125
## Build Options

0 commit comments

Comments
 (0)