Skip to content

Commit

Permalink
fix for minio breaking integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Neil South <neil.south@answerdigital.com>
  • Loading branch information
neildsouth committed Nov 7, 2023
1 parent 523b057 commit d25bbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- monaideploy

minio:
image: "minio/minio:latest"
image: "minio/minio:RELEASE.2023-10-16T04-13-43Z"
command: server --console-address ":9001" /data
hostname: minio
volumes:
Expand Down

0 comments on commit d25bbc1

Please sign in to comment.