Update 'Deploment/deployment.json'

This commit is contained in:
2022-05-02 04:37:16 +00:00
parent 3e5e3a87e3
commit eedeea3716
+1 -9
View File
@@ -81,15 +81,7 @@
"network": "host",
"hostname": "influxdb",
"restart_policy": "always",
"ports": ["8086:8086/tcp"],
"volumes": [
{
"container": "/var/lib/influxdb"
}
],
"labels": [
{ "name": "com.centurylinklabs.watchtower.enable", "value": "true" }
]
"ports": ["8086:8086/tcp"]
}
]
}