Skip to content

Commit

Permalink
update init-db
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantAnxiety committed Dec 24, 2024
1 parent f434238 commit e051b9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/bash

echo 'Waiting for S3 to initialize...'
until curl -s s3-storage:8000 > /dev/null
until curl -s s3-storage:9000 > /dev/null
do
sleep 5
echo 'Waiting for S3 to initialize...'
Expand Down

0 comments on commit e051b9e

Please sign in to comment.