From 1a8e3b3dcd333368f313b1b8cb1e9e912658a3e2 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 8 Jul 2024 17:33:46 -0400 Subject: [PATCH] Found option to enable tmpfs in the docker --- PBS-Client/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PBS-Client/config.json b/PBS-Client/config.json index 211efcd..d85a64c 100644 --- a/PBS-Client/config.json +++ b/PBS-Client/config.json @@ -1,6 +1,6 @@ { "name": "PBS-Client", - "version": "20240708.28", + "version": "20240708.29", "slug": "pbs-client", "description": "Proxmox Backup Client", "url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/PBS-Client", @@ -8,7 +8,8 @@ "startup": "application", "boot": "manual", "host_network": false, - "map": ["config", "backup:rw", "ssl", "addons", "share", "tmp:rw"], + "tmpfs": true, + "map": ["config", "backup:rw", "ssl", "addons", "share"], "options": { "backup_id": "", "pbs_host": "",