Update 'smarthost-proxy-scheduler.json'

Added addtional mounts
This commit is contained in:
Gyorgy Berenyi
2023-06-12 14:05:01 +00:00
parent 38c779b266
commit 805faae6c6

View File

@@ -11,6 +11,11 @@
"MEMORY": "64M", "MEMORY": "64M",
"NETWORK": "host", "NETWORK": "host",
"VOLUMES": [ "VOLUMES": [
{
"SOURCE": "/etc/user/config/services/",
"DEST": "/etc/user/config/services/",
"TYPE": "ro"
},
{ {
"SOURCE": "/etc/user/config/services/tmp", "SOURCE": "/etc/user/config/services/tmp",
"DEST": "/tmp", "DEST": "/tmp",