Update 'Deploment/deployment.json'

This commit is contained in:
2022-04-29 08:51:58 +00:00
parent 8efc754954
commit 89e35fb5ff
+2 -2
View File
@@ -40,13 +40,13 @@
{ {
"container": "/mosquitto", "container": "/mosquitto",
"bind": "/srv/mosquitto_data", "bind": "/srv/mosquitto_data",
"readonly": true "readonly": false
}, },
{ {
"container": "/mosquitto/config/mosquitto.conf", "container": "/mosquitto/config/mosquitto.conf",
"bind": "/srv/mosquitto_data/config/mosquitto.conf", "bind": "/srv/mosquitto_data/config/mosquitto.conf",
"readonly": true "readonly": false
} }
] ]
}, },