chore: expose minio webui port
This commit is contained in:
@@ -32,9 +32,10 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
MINIO_ROOT_USER: ${MINIO_ACCESS_KEY}
|
MINIO_ROOT_USER: ${MINIO_ACCESS_KEY}
|
||||||
MINIO_ROOT_PASSWORD: ${MINIO_SECRET_KEY}
|
MINIO_ROOT_PASSWORD: ${MINIO_SECRET_KEY}
|
||||||
command: server /data
|
command: server /data --console-address :9001
|
||||||
ports:
|
ports:
|
||||||
- "9000:9000"
|
- "9000:9000" # API port
|
||||||
|
- "9001:9001" # WebUI port
|
||||||
volumes:
|
volumes:
|
||||||
- minio_data:/data
|
- minio_data:/data
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user