minio storage fix pt9

This commit is contained in:
2025-11-25 15:12:38 +02:00
parent 82c01cb7bf
commit c103d1979c
2 changed files with 1 additions and 1 deletions

View File

@@ -137,7 +137,7 @@ services:
environment:
MINIO_ROOT_USER: ${MINIO_ROOT_USER}
MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PW}
MINIO_SERVER_URL: ${MINIO_SERVER_URL}
# MINIO_SERVER_URL: ${MINIO_SERVER_URL}
networks:
- MIH-network
command: ["server", "/data", "--console-address", ":9001"]