chore(dev): replace minio image with maxio:latest in docker-compose.dev
This commit is contained in:
parent
255c21ddc1
commit
4a2e37e87f
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- coolify
|
- coolify
|
||||||
minio:
|
minio:
|
||||||
image: ghcr.io/coollabsio/minio:RELEASE.2025-10-15T17-29-55Z # Released on 15 October 2025
|
image: ghcr.io/coollabsio/maxio:latest
|
||||||
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