Skip to content

Commit

Permalink
fix S3 image healthcheck (#10970)
Browse files Browse the repository at this point in the history
Co-authored-by: Krishan Bhasin <164889026+krishanbhasin-px@users.noreply.github.com>
  • Loading branch information
bentsku and krishanbhasin-px committed Jun 6, 2024
1 parent 43e8992 commit bc26ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.s3
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ RUN echo /usr/lib/localstack/python-packages/lib/python3.11/site-packages > loca
# expose edge service and debugpy
EXPOSE 4566 5678

HEALTHCHECK --interval=10s --start-period=15s --retries=5 --timeout=5s CMD ./bin/localstack status services --format=json
HEALTHCHECK --interval=10s --start-period=15s --retries=5 --timeout=5s CMD .venv/bin/localstack status services --format=json

# default volume directory
VOLUME /var/lib/localstack
Expand Down

0 comments on commit bc26ebd

Please sign in to comment.