minio storage fix pt6

This commit is contained in:
2025-11-25 14:49:56 +02:00
parent 565e9199d4
commit bb6a8e3090
3 changed files with 6 additions and 5 deletions

View File

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