Replace minio with coollabs minio on azimutt service template
This commit is contained in:
parent
cb5462abfd
commit
41f4fe33ba
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ services:
|
|||
retries: 10
|
||||
|
||||
minio:
|
||||
image: minio/minio:latest
|
||||
image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025
|
||||
command: server /data --console-address ":9001"
|
||||
environment:
|
||||
- MINIO_SERVER_URL=$MINIO_SERVER_URL
|
||||
|
|
|
|||
Loading…
Reference in a new issue