Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
minghsu0107 committed Jul 14, 2023
1 parent 62f45d9 commit 262e030
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployments/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ services:
MINIO_ROOT_USER: testaccesskey
MINIO_ROOT_PASSWORD: testsecret
MINIO_API_ROOT_ACCESS: "on"
MINIO_SERVER_URL: http://minio:9000 # advertised server url
# FQDN the MinIO Console should use for connecting to the MinIO Server
MINIO_SERVER_URL: http://minio:9000
ports:
- "9000:9000"
- "9001:9001"
Expand Down

0 comments on commit 262e030

Please sign in to comment.