Upgrade File Storage Service
-
Pull the mirror of the target version on the host where the file storage service is deployed (Offline Package);
- Linux amd64
- Linux arm64
docker pull registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-file:version
docker pull registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-file-arm64:version
-
Modify the version number of the corresponding mirror in
file.yaml
; -
Restart the service
First, stop the service:
docker stack rm file
Wait until the docker ps command no longer shows the File container, then proceed to start the service again:
docker stack deploy -c file.yaml file