.
This commit is contained in:
@@ -74,7 +74,7 @@ services:
|
|||||||
minio:
|
minio:
|
||||||
container_name: MIH-Minio
|
container_name: MIH-Minio
|
||||||
hostname: minio
|
hostname: minio
|
||||||
image: docker.io/bitnami/minio:2022
|
image: bitnami/minio:latest
|
||||||
ports:
|
ports:
|
||||||
- '9000:9000'
|
- '9000:9000'
|
||||||
- '9001:9001'
|
- '9001:9001'
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ http {
|
|||||||
|
|
||||||
chunked_transfer_encoding off;
|
chunked_transfer_encoding off;
|
||||||
|
|
||||||
proxy_pass http://minioUI/login;
|
proxy_pass http://minioUI;
|
||||||
}
|
}
|
||||||
|
|
||||||
#Minio storage API
|
#Minio storage API
|
||||||
|
|||||||
Reference in New Issue
Block a user