vault: See hashicorp/docker-vault#19
This commit is contained in:
parent
638b80d8de
commit
5759a47992
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
command: >
|
||||
docker run -d --cap-add=IPC_LOCK --name {{ vault_temp_container_name }}
|
||||
-p {{ vault_port }}:{{ vault_port }}
|
||||
-e SKIP_SETCAP=true
|
||||
-e 'VAULT_LOCAL_CONFIG={{ vault_temp_config|to_json }}'
|
||||
-v /etc/vault:/etc/vault
|
||||
{{ vault_image_repo }}:{{ vault_version }} server
|
||||
|
|
Loading…
Reference in a new issue