From 2176ee8a50f24373ac145745c857137b689fab35 Mon Sep 17 00:00:00 2001 From: Ralf Schmid Date: Thu, 23 Jul 2026 13:19:04 +0200 Subject: [PATCH] Fix: Docker backup not running at stack start --- appendix/backup-and-restore/docker-compose.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appendix/backup-and-restore/docker-compose.rst b/appendix/backup-and-restore/docker-compose.rst index 41b8d88d..efa754fb 100644 --- a/appendix/backup-and-restore/docker-compose.rst +++ b/appendix/backup-and-restore/docker-compose.rst @@ -29,9 +29,9 @@ volume to restore it. Backup ------ -By default, a backup is created at each start of the stack as well as at 3 -o'clock each night. The backup is stored in the volume of the -**zammad-backup** container under ``/var/tmp/zammad``. +By default, a backup is created at at 3 o'clock each night. The backup is +stored in the volume of the **zammad-backup** container under +``/var/tmp/zammad``. Restore -------