Parcourir la source

fix typo (#3098)

tags/0.6.0
呆萌闷油瓶 il y a 1 an
Parent
révision
f92a1be0b6
Aucun compte lié à l'adresse e-mail de l'auteur
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1
    1
      docker/docker-compose.middleware.yaml
  2. 1
    1
      docker/docker-compose.yaml

+ 1
- 1
docker/docker-compose.middleware.yaml Voir le fichier

# 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"

+ 1
- 1
docker/docker-compose.yaml Voir le fichier

# 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"

Chargement…
Annuler
Enregistrer