This commit is contained in:
2024-07-18 14:41:17 +02:00
parent 48b1bb6358
commit 1cf237d493
2 changed files with 2 additions and 2 deletions

View File

@@ -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'

View File

@@ -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