From d36eca8f141939a4f50bfb2e25ce52a5f5648b23 Mon Sep 17 00:00:00 2001 From: Daniel Rosehill Date: Sun, 2 Mar 2025 21:59:58 +0200 Subject: [PATCH] fixed a typo --- docs/tutorials/maintenance/backups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/maintenance/backups.md b/docs/tutorials/maintenance/backups.md index 76601d3..2faa55a 100644 --- a/docs/tutorials/maintenance/backups.md +++ b/docs/tutorials/maintenance/backups.md @@ -21,7 +21,7 @@ This tutorial is a community contribution and is not supported by the Open WebUI Firstly, before deploying your stack with Docker, ensure that your Docker Compose uses a persistent data store. If you're using the Docker Compose [from the Github repository](https://github.com/open-webui/open-webui/blob/main/docker-compose.yaml) that's already taken care of. But it's easy to cook up your own variations and forget to verify this. -Docker contains are ephemeral and data must be persisted to ensure its survival on the host filesystem. +Docker containers are ephemeral and data must be persisted to ensure its survival on the host filesystem. ## Using Docker volumes