Update 'Deploment/test1.json'

This commit is contained in:
2022-05-05 05:55:01 +00:00
parent 5a9dd12526
commit 037e5a3890
+3 -2
View File
@@ -4,7 +4,7 @@
{ {
"type": 1, "type": 1,
"title": "Garfana", "title": "Grafana",
"name": "grafana.bit.lan", "name": "grafana.bit.lan",
"description": "Docker monitoring tool grafana", "description": "Docker monitoring tool grafana",
"categories": ["Monitoring"], "categories": ["Monitoring"],
@@ -15,7 +15,8 @@
"hostname": "grafana", "hostname": "grafana",
"restart_policy": "always", "restart_policy": "always",
"network": "host", "network": "host",
"user": "root", "user": "www-data",
"group": "root",
"interactive": true, "interactive": true,
"volumes": [ "volumes": [
{ {