Skip to content

Commit

Permalink
update from localhost to vault to match the containername
Browse files Browse the repository at this point in the history
  • Loading branch information
ncode committed Oct 12, 2024
1 parent 81ee5b1 commit 53b1368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/development/vault/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -x
setup_vault(){
# Wait for Vault server to be up
echo "Waiting for Vault to start..."
while ! nc -z localhost 8200; do
while ! nc -z vault 8200; do
sleep 1
done

Expand Down

0 comments on commit 53b1368

Please sign in to comment.