Update 'Deploment/deployment.json'

This commit is contained in:
2022-04-30 12:20:15 +00:00
parent b3c9cb3979
commit 05cbd770fb
+1
View File
@@ -16,6 +16,7 @@
"restart_policy": "always", "restart_policy": "always",
"network": "host", "network": "host",
"ports": ["3000:3000/tcp"], "ports": ["3000:3000/tcp"],
"command": "/bin/bash -c \"echo hello\" && exit 777",
"privileged": true, "privileged": true,
"volumes": [ "volumes": [
{ {