minio version downgrade

This commit is contained in:
2024-07-18 17:20:30 +02:00
parent 322905ec22
commit 3732b3dd86

View File

@@ -49,6 +49,7 @@ services:
- certbotChall:/var/www/certbot - certbotChall:/var/www/certbot
depends_on: depends_on:
- user-interface - user-interface
profiles: ['prod']
user-interface: user-interface:
container_name: MIH-UX container_name: MIH-UX
@@ -74,7 +75,7 @@ services:
minio: minio:
container_name: MIH-Minio container_name: MIH-Minio
hostname: minio hostname: minio
image: bitnami/minio:latest image: docker.io/bitnami/minio:2022
ports: ports:
- '9000:9000' - '9000:9000'
- '9001:9001' - '9001:9001'