Update 'Deploment/deployment.json'

This commit is contained in:
2022-04-30 12:11:18 +00:00
parent 7b42d62871
commit b3c9cb3979
+4
View File
@@ -16,6 +16,7 @@
"restart_policy": "always", "restart_policy": "always",
"network": "host", "network": "host",
"ports": ["3000:3000/tcp"], "ports": ["3000:3000/tcp"],
"privileged": true,
"volumes": [ "volumes": [
{ {
"container": "/var/lib/grafana", "container": "/var/lib/grafana",
@@ -27,6 +28,9 @@
"bind": "/srv/grafana.bit.lan/conf", "bind": "/srv/grafana.bit.lan/conf",
"readonly": false "readonly": false
} }
],
"labels": [
{ "name": "com.centurylinklabs.watchtower.enable", "value": "true" }
] ]
}, },