diff --git a/docker-compose.yml b/docker-compose.yml index 220035b..dc1cc46 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,8 +34,8 @@ services: minio: image: minio/minio:latest ports: - - "9000:9000" - - "9001:9001" + # - "9000:9000" + # - "9001:9001" environment: MINIO_ROOT_USER: ${MINIO_ROOT_USER} MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD}