From 31133f251e474863ac421af1b91e1927548571ad Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Sat, 6 Jan 2024 13:36:35 +0100 Subject: [PATCH] Added images where no restart is required --- backup-docker-to-local.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/backup-docker-to-local.py b/backup-docker-to-local.py index 4815f97..c01b94e 100644 --- a/backup-docker-to-local.py +++ b/backup-docker-to-local.py @@ -35,7 +35,9 @@ def get_machine_id(): ### GLOBAL CONFIGURATION ### IMAGES_NO_STOP_REQUIRED = [ - # 'baserow', Doesn't use an extra database + 'akaunting', + 'baserow', + 'discourse', 'element', 'gitea', 'listmonk', @@ -43,6 +45,7 @@ IMAGES_NO_STOP_REQUIRED = [ 'matomo', 'nextcloud', 'openproject', + 'peertube', 'pixelfed', 'wordpress' ]