Update 'Deploment/deployment.json'

This commit is contained in:
2022-05-05 08:12:21 +00:00
parent 4a9ffeb3fa
commit c1a2619483
+6 -6
View File
@@ -25,12 +25,12 @@
{
"container": "/srv/grafana.bit.lan/data",
"bind":"/var/lib/grafana",
"readonly": false
"readonly": true
},
{
"container": "/srv/grafana.bit.lan/conf",
"bind": "/etc/grafana",
"readonly": false
"readonly": true
}
],
"labels": [
@@ -57,18 +57,18 @@
{
"container": "/srv/mosquitto.bit.lan/docker/data",
"bind": "/mosquitto/data",
"readonly": false
"readonly": true
},
{
"container": "/srv/mosquitto.bit.lan/docker/config",
"bind": "/mosquitto/config",
"readonly": false
"readonly": true
}
,
{
"container": "/srv/mosquitto.bit.lan/docker/log",
"bind": "/mosquitto/log",
"readonly": false
"readonly": true
}
],
"labels": [
@@ -97,7 +97,7 @@
{
"container": "/srv/influxdb.bit.lan/data",
"bind": "/var/lib/influxdb2",
"readonly": false
"readonly": true
}
],
"labels": [