minio storage fix pt6
This commit is contained in:
parent
565e9199d4
commit
bb6a8e3090
3 changed files with 6 additions and 5 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue