Replace minio with coollabs minio on plane service template
This commit is contained in:
parent
30e64f9dc6
commit
190b47b1d6
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ services:
|
|||
|
||||
plane-minio:
|
||||
<<: *app-env
|
||||
image: minio/minio:latest
|
||||
image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025
|
||||
command: server /export --console-address ":9090"
|
||||
volumes:
|
||||
- uploads:/export
|
||||
|
|
|
|||
Loading…
Reference in a new issue