There was an error fetching the commit references. Please try again later.
Add env to expose minio port to the host (#426)
### What problem does this PR solve? The docker-compose file can't config minio related port by .env file. So I just add env `MINIO_CONSOLE_PORT=9001 MINIO_PORT=9000` to .env file. ### Type of change - [x] Refactoring
Please register or sign in to comment