Update 'Deploment/deployment.json'
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
"restart_policy": "always",
|
||||
"network": "host",
|
||||
"ports": ["3000:3000/tcp"],
|
||||
"privileged": true,
|
||||
"volumes": [
|
||||
{
|
||||
"container": "/var/lib/grafana",
|
||||
@@ -27,6 +28,9 @@
|
||||
"bind": "/srv/grafana.bit.lan/conf",
|
||||
"readonly": false
|
||||
}
|
||||
],
|
||||
"labels": [
|
||||
{ "name": "com.centurylinklabs.watchtower.enable", "value": "true" }
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user