From b3c9cb39797bb08adb0ea11481200f901904b99c Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Sat, 30 Apr 2022 12:11:18 +0000 Subject: [PATCH] Update 'Deploment/deployment.json' --- Deploment/deployment.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Deploment/deployment.json b/Deploment/deployment.json index b947e34..215729e 100644 --- a/Deploment/deployment.json +++ b/Deploment/deployment.json @@ -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" } + ] },