mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-16 08:01:18 +00:00
Change the default MongoDB image source to Docker Hub. (#5050)
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user