feat: use MINIO_PORT

This commit is contained in:
amhsirak
2024-12-04 18:14:24 +05:30
parent 76b2d5ad2d
commit 72fbc483f0

View File

@@ -34,7 +34,7 @@ services:
MINIO_ROOT_PASSWORD: ${MINIO_SECRET_KEY} MINIO_ROOT_PASSWORD: ${MINIO_SECRET_KEY}
command: server /data --console-address :9001 command: server /data --console-address :9001
ports: ports:
- "9000:9000" # API port - "${MINIO_PORT}:${MINIO_PORT}" # API port
- "9001:9001" # WebUI port - "9001:9001" # WebUI port
volumes: volumes:
- minio_data:/data - minio_data:/data