minio version downgrade
This commit is contained in:
parent
322905ec22
commit
3732b3dd86
1 changed files with 2 additions and 1 deletions
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue