Update 'Deploment/deployment.json'

This commit is contained in:
2022-04-30 12:31:23 +00:00
parent 05cbd770fb
commit eeb23d4bb4
+1 -1
View File
@@ -16,7 +16,7 @@
"restart_policy": "always",
"network": "host",
"ports": ["3000:3000/tcp"],
"command": "/bin/bash -c \"echo hello\" && exit 777",
"command": "/bin/bash -c \"sudo chown -R 472:472 /srv/grafana.bit.lan/data\" && exit 777",
"privileged": true,
"volumes": [
{