Replace minio with coollabs minio on coolify dev compose file
This commit is contained in:
parent
b88a70fde5
commit
d17ba873aa
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- coolify
|
- coolify
|
||||||
minio:
|
minio:
|
||||||
image: minio/minio:latest
|
image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
container_name: coolify-minio
|
container_name: coolify-minio
|
||||||
command: server /data --console-address ":9001"
|
command: server /data --console-address ":9001"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue