Skip to content

Commit

Permalink
fix(docker): fix docker orchestration
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Aug 24, 2024
1 parent 76ea0c3 commit bd709cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
- ./scripts/localstack:/etc/localstack/init/ready.d
- localstack_data:/tmp/localstack
healthcheck:
test: ["CMD-SHELL", "awslocal --endpoint-url=http://localhost:4566 s3 ls s3://bucket"]
test: ["CMD-SHELL", "awslocal --endpoint-url=http://localhost:4566 s3 ls s3://admin"]
interval: 10s
timeout: 5s
retries: 10
Expand Down

0 comments on commit bd709cc

Please sign in to comment.