Update 'Deploment/deployment.json'

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