Skip to content

Commit b10ef99

Browse files
committed
chore: update docker compose file name
1 parent 93c1269 commit b10ef99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
target/scanoss-folder-hashing-import-linux-arm64
4646
scanoss-folder-hashing-api_linux-amd64_${{ github.ref_name }}-1.tgz
4747
scanoss-folder-hashing-api_linux-arm64_${{ github.ref_name }}-1.tgz
48-
docker-compose.qdrant.yml
48+
docker-compose-qdrant.yml
File renamed without changes.

scripts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The project includes `docker-compose.qdrant.yml` in the root directory for runni
1616

1717
```bash
1818
# Start Qdrant vector database
19-
docker-compose -f docker-compose.qdrant.yml up -d
19+
docker-compose -f docker-compose-qdrant.yml up -d
2020
```
2121

2222
## 🚀 Installation
@@ -151,7 +151,7 @@ sudo systemctl enable scanoss-folder-hashing-api
151151
Start Qdrant using Docker Compose:
152152

153153
```bash
154-
docker-compose -f docker-compose.qdrant.yml up -d
154+
docker-compose -f docker-compose-qdrant.yml up -d
155155
```
156156

157157
This starts Qdrant with:

0 commit comments

Comments
 (0)