mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 15:59:00 +08:00
fix typo (#3098)
This commit is contained in:
parent
7cc0d47322
commit
f92a1be0b6
@ -61,6 +61,6 @@ services:
|
|||||||
# volumes:
|
# volumes:
|
||||||
# - ./volumes/qdrant:/qdrant/storage
|
# - ./volumes/qdrant:/qdrant/storage
|
||||||
# environment:
|
# environment:
|
||||||
# QDRANT__API_KEY: 'difyai123456'
|
# QDRANT_API_KEY: 'difyai123456'
|
||||||
# ports:
|
# ports:
|
||||||
# - "6333:6333"
|
# - "6333:6333"
|
||||||
|
@ -312,7 +312,7 @@ services:
|
|||||||
# volumes:
|
# volumes:
|
||||||
# - ./volumes/qdrant:/qdrant/storage
|
# - ./volumes/qdrant:/qdrant/storage
|
||||||
# environment:
|
# environment:
|
||||||
# QDRANT__API_KEY: 'difyai123456'
|
# QDRANT_API_KEY: 'difyai123456'
|
||||||
# # uncomment to expose qdrant port to host
|
# # uncomment to expose qdrant port to host
|
||||||
# # ports:
|
# # ports:
|
||||||
# # - "6333:6333"
|
# # - "6333:6333"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user