mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
🔨 chore: fix MiniO image version
* fix: MiniO disabled web admin panel in latest version
This commit is contained in:
parent
13e1cafb62
commit
1d6c2cd334
7 changed files with 7 additions and 7 deletions
|
|
@ -33,7 +33,7 @@ services:
|
|||
- lobe-network
|
||||
|
||||
minio:
|
||||
image: minio/minio
|
||||
image: minio/minio:RELEASE.2025-04-22T22-12-26Z
|
||||
container_name: lobe-minio
|
||||
network_mode: 'service:network-service'
|
||||
volumes:
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ services:
|
|||
- lobe-network
|
||||
|
||||
minio:
|
||||
image: minio/minio
|
||||
image: minio/minio:RELEASE.2025-04-22T22-12-26Z
|
||||
container_name: lobe-minio
|
||||
network_mode: 'service:network-service'
|
||||
volumes:
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ services:
|
|||
- lobe-network
|
||||
|
||||
minio:
|
||||
image: minio/minio
|
||||
image: minio/minio:RELEASE.2025-04-22T22-12-26Z
|
||||
container_name: lobe-minio
|
||||
network_mode: 'service:network-service'
|
||||
volumes:
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ services:
|
|||
restart: always
|
||||
|
||||
minio:
|
||||
image: minio/minio
|
||||
image: minio/minio:RELEASE.2025-04-22T22-12-26Z
|
||||
container_name: lobe-minio
|
||||
ports:
|
||||
- '9000:9000'
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ services:
|
|||
restart: always
|
||||
|
||||
minio:
|
||||
image: minio/minio
|
||||
image: minio/minio:RELEASE.2025-04-22T22-12-26Z
|
||||
container_name: lobe-minio
|
||||
ports:
|
||||
- '9000:9000'
|
||||
|
|
|
|||
|
|
@ -754,7 +754,7 @@ services:
|
|||
- lobe-network
|
||||
|
||||
minio:
|
||||
image: minio/minio
|
||||
image: minio/minio:RELEASE.2025-04-22T22-12-26Z
|
||||
container_name: lobe-minio
|
||||
network_mode: 'service:network-service'
|
||||
volumes:
|
||||
|
|
|
|||
|
|
@ -730,7 +730,7 @@ services:
|
|||
- lobe-network
|
||||
|
||||
minio:
|
||||
image: minio/minio
|
||||
image: minio/minio:RELEASE.2025-04-22T22-12-26Z
|
||||
container_name: lobe-minio
|
||||
network_mode: 'service:network-service'
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue