We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a764b3 commit 6fbfebbCopy full SHA for 6fbfebb
1 file changed
examples/foreground/DevlabConfig.json
@@ -11,7 +11,7 @@
11
"enabled": true,
12
"cmd": "vault server -config /vault/config",
13
"run_opts": [
14
- "-e","VAULT_LOCAL_CONFIG={\"backend\": {\"file\": {\"path\": \"/vault/file\"}}, \"disable_mlock\":true, \"listener\": {\"tcp\": {\"address\": \"0.0.0.0:8200\", \"tls_disable\":1}}"
+ "-e","VAULT_LOCAL_CONFIG={\"backend\": {\"file\": {\"path\": \"/vault/file\"}}, \"disable_mlock\":true, \"listener\": {\"tcp\": {\"address\": \"0.0.0.0:8200\", \"tls_disable\":1}}, \"ui\": true}"
15
],
16
"ports": [
17
"8200:8200"
0 commit comments