Change the default MongoDB image source to Docker Hub. (#5050)

This commit is contained in:
Agent Fitz ;-)
2025-06-17 20:46:27 +08:00
committed by GitHub
parent 41f73e6f7b
commit 7487e173b9

View File

@@ -67,7 +67,8 @@ services:
- 'minio'
mongo:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.18 # 阿里云
image: mongo:5.0.18 # dockerhub
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.18 # 阿里云
container_name: mongo
restart: always
ports: