Update 'smarthost-proxy-scheduler.json'

Added tmp directory access via filesystem
This commit is contained in:
Gyorgy Berenyi
2023-06-13 09:19:36 +00:00
parent 036fad332b
commit b1cc30fff8

View File

@@ -22,11 +22,15 @@
"TYPE": "ro"
},
{
"SOURCE": "/etc/user/config/services/letsencrypt.json",
"DEST": "/etc/user/config/services/letsencrypt.json",
"SOURCE": "/etc/user/config/services",
"DEST": "/etc/user/config/services",
"TYPE": "ro"
},
{
"SOURCE": "/etc/user/config/services/tmp",
"DEST": "/tmp",
"TYPE": "rw"
},
{
"SOURCE": "/etc/ssl/keys",
"DEST": "/keys",