.
This commit is contained in:
parent
48b1bb6358
commit
1cf237d493
2 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ services:
|
|||
minio:
|
||||
container_name: MIH-Minio
|
||||
hostname: minio
|
||||
image: docker.io/bitnami/minio:2022
|
||||
image: bitnami/minio:latest
|
||||
ports:
|
||||
- '9000:9000'
|
||||
- '9001:9001'
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ http {
|
|||
|
||||
chunked_transfer_encoding off;
|
||||
|
||||
proxy_pass http://minioUI/login;
|
||||
proxy_pass http://minioUI;
|
||||
}
|
||||
|
||||
#Minio storage API
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue