Skip to content

Commit

Permalink
tests: disable minio console
Browse files Browse the repository at this point in the history
The console port is high numbered and has been seen to occasionally collide
with some other program in the CI environment.  We do not use the
console anything, so simply switch it off.

(cherry picked from commit 48ff905)
  • Loading branch information
jcsp authored and vbotbuildovich committed Nov 13, 2023
1 parent e2289b4 commit 44628c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
MINIO_REGION_NAME: panda-region
MINIO_ROOT_PASSWORD: panda-secret
MINIO_ROOT_USER: panda-user
MINIO_BROWSER: off
expose:
- '9000'
healthcheck:
Expand Down

0 comments on commit 44628c3

Please sign in to comment.