Skip to content

Commit bf9608f

Browse files
committed
updated all instances of old docker command
1 parent 71ee814 commit bf9608f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/INSTALL_GUIDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Weaviate is used for semantic search and embeddings storage. It runs in Docker:
164164

165165
```sh
166166
cd backend
167-
docker-compose up -d weaviate
167+
docker compose up -d weaviate
168168
```
169169

170170
The database will be available at `http://localhost:8080`
@@ -241,8 +241,8 @@ npm run lint # Run ESLint
241241
docker ps
242242

243243
# Restart Weaviate
244-
docker-compose down
245-
docker-compose up -d weaviate
244+
docker compose down
245+
docker compose up -d weaviate
246246
```
247247

248248
3. **Missing environment variables**
@@ -256,7 +256,7 @@ npm run lint # Run ESLint
256256

257257
### Logs
258258
- Backend logs are displayed in the terminal where you run `python main.py`
259-
- Check Docker logs for Weaviate: `docker-compose logs weaviate`
259+
- Check Docker logs for Weaviate: `docker compose logs weaviate`
260260

261261
## Project Structure
262262

0 commit comments

Comments
 (0)