Skip to content

Commit

Permalink
fix typo (#3098)
Browse files Browse the repository at this point in the history
  • Loading branch information
leslie2046 committed Apr 3, 2024
1 parent 7cc0d47 commit f92a1be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.middleware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ services:
# volumes:
# - ./volumes/qdrant:/qdrant/storage
# environment:
# QDRANT__API_KEY: 'difyai123456'
# QDRANT_API_KEY: 'difyai123456'
# ports:
# - "6333:6333"
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ services:
# volumes:
# - ./volumes/qdrant:/qdrant/storage
# environment:
# QDRANT__API_KEY: 'difyai123456'
# QDRANT_API_KEY: 'difyai123456'
# # uncomment to expose qdrant port to host
# # ports:
# # - "6333:6333"
Expand Down

0 comments on commit f92a1be

Please sign in to comment.