Skip to content

Commit 6ae1ac2

Browse files
authored
Merge pull request #1094 from lewis617/patch-1
docs: replace docker-compose with docker compose
2 parents b842e0c + 9958496 commit 6ae1ac2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ docker build . --target bolt-ai-development
144144

145145
**Option 3: Docker Compose Profile**
146146
```bash
147-
docker-compose --profile development up
147+
docker compose --profile development up
148148
```
149149

150150
#### Running the Development Container
@@ -171,7 +171,7 @@ docker build . --target bolt-ai-production
171171

172172
**Option 3: Docker Compose Profile**
173173
```bash
174-
docker-compose --profile production up
174+
docker compose --profile production up
175175
```
176176

177177
#### Running the Production Container

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ This option requires some familiarity with Docker but provides a more isolated e
184184

185185
2. **Run the Container**:
186186
```bash
187-
docker-compose --profile development up
187+
docker compose --profile development up
188188
```
189189

190190

docs/docs/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ docker build . --target bolt-ai-development
144144

145145
**Option 3: Docker Compose Profile**
146146
```bash
147-
docker-compose --profile development up
147+
docker compose --profile development up
148148
```
149149

150150
#### Running the Development Container
@@ -171,7 +171,7 @@ docker build . --target bolt-ai-production
171171

172172
**Option 3: Docker Compose Profile**
173173
```bash
174-
docker-compose --profile production up
174+
docker compose --profile production up
175175
```
176176

177177
#### Running the Production Container

docs/docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Once you've configured your keys, the application will be ready to use the selec
156156
2. **Run the Container**:
157157
Use Docker Compose profiles to manage environments:
158158
```bash
159-
docker-compose --profile development up
159+
docker compose --profile development up
160160
```
161161

162162
- With the development profile, changes to your code will automatically reflect in the running container (hot reloading).
@@ -188,7 +188,7 @@ To keep your local version of bolt.diy up to date with the latest changes, follo
188188

189189
- **If using Docker**, ensure you rebuild the Docker image to avoid using a cached version:
190190
```bash
191-
docker-compose --profile development up --build
191+
docker compose --profile development up --build
192192
```
193193

194194
- **If not using Docker**, you can start the application as usual with:

0 commit comments

Comments
 (0)