diff --git a/templates/docs.html b/templates/docs.html index 2faf377..84aac59 100644 --- a/templates/docs.html +++ b/templates/docs.html @@ -2537,11 +2537,6 @@ cp -r logs/ logs-backup/
  • Verify: curl http://localhost:5000/myfsio/health
  • -

    Docker Update

    -
    docker pull myfsio:latest
    -docker stop myfsio && docker rm myfsio
    -docker run -d --name myfsio -v myfsio-data:/app/data -p 5000:5000 -p 5100:5100 myfsio:latest
    -

    Rollback

    If something goes wrong, stop the service, restore the backed-up config and data directories, then restart with the previous binary or code version. See docs.md Section 4 for detailed rollback procedures including blue-green deployment strategies.