Skip to content

Commit

Permalink
Merge pull request #486 from huanghaoyuanhhy/minio_static_port
Browse files Browse the repository at this point in the history
deployment: set minio console port to 9001
  • Loading branch information
Thomas-HuWei authored Dec 25, 2024
2 parents 6b29a3a + 256af56 commit 82edb01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/standalone/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ services:
MINIO_SECRET_KEY: minioadmin
ports:
- "9000:9000"
- "9001:9001"
volumes:
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/minio:/minio_data
command: minio server /minio_data
command: minio server --console-address :9001 /minio_data
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
interval: 30s
Expand Down

0 comments on commit 82edb01

Please sign in to comment.