Skip to content

Commit fb53126

Browse files
committed
expose minio console port
1 parent d297628 commit fb53126

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compose/s3-minio.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ services:
1313
s3:
1414
image: ${MINIO_IMAGE:-quay.io/minio/minio:latest}
1515
hostname: s3
16+
ports:
17+
- "9001:9001"
1618
expose:
1719
- "9000"
1820
command: server /data --console-address ":9001"

0 commit comments

Comments
 (0)