From 6ef324fc206554990d3d13b0549c1fd6ecd6d232 Mon Sep 17 00:00:00 2001 From: Gyorgy Berenyi Date: Wed, 12 Mar 2025 07:21:22 +0000 Subject: [PATCH] Update smarthost-proxy-scheduler.json --- smarthost-proxy-scheduler.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/smarthost-proxy-scheduler.json b/smarthost-proxy-scheduler.json index d5dda4d..f2bf55e 100644 --- a/smarthost-proxy-scheduler.json +++ b/smarthost-proxy-scheduler.json @@ -11,6 +11,11 @@ "MEMORY": "64M", "NETWORK": "host", "VOLUMES": [ + { + "SOURCE": "SHARED", + "DEST": "/var/tmp/shared", + "TYPE": "rw" + }, { "SOURCE": "/etc/user/config/smarthost-domains", "DEST": "/domains",