From 805faae6c65730f71282e9f00f4a7860ff8e6c57 Mon Sep 17 00:00:00 2001 From: Gyorgy Berenyi Date: Mon, 12 Jun 2023 14:05:01 +0000 Subject: [PATCH] Update 'smarthost-proxy-scheduler.json' Added addtional mounts --- smarthost-proxy-scheduler.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/smarthost-proxy-scheduler.json b/smarthost-proxy-scheduler.json index a82acdc..53c3e53 100644 --- a/smarthost-proxy-scheduler.json +++ b/smarthost-proxy-scheduler.json @@ -11,6 +11,11 @@ "MEMORY": "64M", "NETWORK": "host", "VOLUMES": [ + { + "SOURCE": "/etc/user/config/services/", + "DEST": "/etc/user/config/services/", + "TYPE": "ro" + }, { "SOURCE": "/etc/user/config/services/tmp", "DEST": "/tmp",