Update 'Deploment/deployment.json'

This commit is contained in:
2022-05-02 04:30:36 +00:00
parent 7824f2a478
commit fb82cf34c0
+8 -3
View File
@@ -50,10 +50,15 @@
"volumes": [ "volumes": [
{ {
"container": "/mosquitto/config/mosquitto.conf", "container": "/mosquitto/config"
"bind": "/srv/mosquitto.bit.lan/mosqitto.conf", },
"readonly": false {
"container": "/mosquitto/data"
},
{
"container": "/mosquitto/log"
} }
], ],
"labels": [ "labels": [
{ "name": "com.centurylinklabs.watchtower.enable", "value": "true" } { "name": "com.centurylinklabs.watchtower.enable", "value": "true" }