diff --git a/content/rancher/v2.x/en/installation/after-installation/single-node-backup-and-restoration/_index.md b/content/rancher/v2.x/en/installation/after-installation/single-node-backup-and-restoration/_index.md index f9cc1af4c97..d2562073f07 100644 --- a/content/rancher/v2.x/en/installation/after-installation/single-node-backup-and-restoration/_index.md +++ b/content/rancher/v2.x/en/installation/after-installation/single-node-backup-and-restoration/_index.md @@ -47,3 +47,4 @@ docker stop ``` docker run -d --volumes-from rancher-backup- --restart=unless-stopped \ -p 80:80 -p 443:443 rancher/rancher: + ```