Commit 7487e173 by Agent Fitz ;-) Committed by GitHub

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

parent 41f73e6f
...@@ -67,7 +67,8 @@ services: ...@@ -67,7 +67,8 @@ services:
- 'minio' - 'minio'
mongo: 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 container_name: mongo
restart: always restart: always
ports: ports:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment