Skip to content

Commit

Permalink
Update docker-compose.yml (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
paualarco authored Jun 24, 2022
1 parent 4c53530 commit 698c6f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.7"
services:

minio:
image: minio/minio
image: minio/minio:RELEASE.2022-05-19T18-20-59Z.fips
ports:
- "9000:9000"
volumes:
Expand Down Expand Up @@ -69,4 +69,4 @@ services:
test: [ "CMD", "curl", "-f", "http://localhost:9200" ]
interval: 30s
timeout: 10s
retries: 5
retries: 5

0 comments on commit 698c6f1

Please sign in to comment.