minio version downgrade
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user