From 25c41a13048f13f9c99faf0ecc28b4c38ae69f77 Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 28 Sep 2023 11:51:53 +0200 Subject: [PATCH] add nextcloud_aio_plex to backup volumes Signed-off-by: Simon L --- community-containers/plex/plex.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/community-containers/plex/plex.json b/community-containers/plex/plex.json index f539079aa50..a0bc5231833 100644 --- a/community-containers/plex/plex.json +++ b/community-containers/plex/plex.json @@ -31,6 +31,9 @@ ], "devices": [ "/dev/dri" + ], + "backup_volumes": [ + "nextcloud_aio_plex" ] } ]