From fbe0bdf4bf4c28aa6f681afabcc4e087d28d2041 Mon Sep 17 00:00:00 2001 From: ralf401 Date: Thu, 23 Jul 2026 13:20:26 +0200 Subject: [PATCH] Fix: Docker backup no longer 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 -------