Skip to content

Commit d05eefa

Browse files
committed
Set VAULT_ADDR in docker-compose
1 parent 6255634 commit d05eefa

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docker/docker-compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ services:
4343
ports:
4444
- "8200:8200"
4545
environment:
46-
- VAULT_DEV_ROOT_TOKEN_ID=sekrit
47-
- VAULT_KV_V1_MOUNT_PATH=secret
46+
VAULT_DEV_ROOT_TOKEN_ID: "sekrit"
47+
VAULT_KV_V1_MOUNT_PATH: "secret"
48+
VAULT_ADDR: "http://127.0.0.1:8200"
4849
cap_add:
4950
- IPC_LOCK
5051
# # Use kv version 1

0 commit comments

Comments
 (0)