ppsingh commited on
Commit
25cc20f
·
verified ·
1 Parent(s): a0fe13d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -8,6 +8,8 @@ FROM qdrant/qdrant:latest
8
  # We'll do this by setting an environment variable that Qdrant recognizes.
9
  ENV QDRANT__STORAGE__STORAGE_PATH="/data/qdrant_data"
10
 
 
 
11
  # Expose the default Qdrant ports (HTTP/REST and gRPC)
12
  EXPOSE 6333
13
  EXPOSE 6334
 
8
  # We'll do this by setting an environment variable that Qdrant recognizes.
9
  ENV QDRANT__STORAGE__STORAGE_PATH="/data/qdrant_data"
10
 
11
+ ENV QDRANT__STORAGE__SNAPSHOTS_PATH="/data/qdrant_snapshots"
12
+
13
  # Expose the default Qdrant ports (HTTP/REST and gRPC)
14
  EXPOSE 6333
15
  EXPOSE 6334