Update 'Deploment/deployment.json'
This commit is contained in:
@@ -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,7 +28,10 @@
|
|||||||
"bind": "/srv/grafana.bit.lan/conf",
|
"bind": "/srv/grafana.bit.lan/conf",
|
||||||
"readonly": false
|
"readonly": false
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"labels": [
|
||||||
|
{ "name": "com.centurylinklabs.watchtower.enable", "value": "true" }
|
||||||
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user