Skip to main content

Upgrade File Storage Service

  1. Pull the mirror of the target version on the host where the file storage service is deployed (Offline Package);

    docker pull registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-file:version
  2. Modify the version number of the corresponding mirror in file.yaml;

  3. 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