File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.7.0] - 2025-10-24
9+ ## Changed
10+ - Update qdrant's docker compose file name
11+
812
913## [ 0.5.0] - 2025-10-08
1014## Added
@@ -40,3 +44,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4044[ 0.2.0 ] : https://github.com/scanoss/folder-hashing-api/compare/v0.0.0...v0.2.0
4145[ 0.4.2 ] : https://github.com/scanoss/folder-hashing-api/compare/v0.2.0...v0.4.2
4246[ 0.5.0 ] : https://github.com/scanoss/folder-hashing-api/compare/v0.4.2...v0.5.0
47+ [ 0.6.0 ] : https://github.com/scanoss/folder-hashing-api/compare/v0.5.0...v0.6.0
48+ [ 0.7.0 ] : https://github.com/scanoss/folder-hashing-api/compare/v0.6.0...v0.7.0
File renamed without changes.
Original file line number Diff line number Diff 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
151151Start 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
157157This starts Qdrant with:
You can’t perform that action at this time.
0 commit comments