Skip to content

Commit

Permalink
fix: vault address in vault-init service
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeplotean committed Dec 16, 2024
1 parent de2d44c commit 921d24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ services:
container_name: vault-init
environment:
VAULT_DEV_ROOT_TOKEN_ID: "dev-only-token"
VAULT_ADDR: "http://host.docker.internal:8200"
VAULT_ADDR: "http://vault:8200"
depends_on:
vault:
condition: service_healthy
Expand Down

0 comments on commit 921d24d

Please sign in to comment.