mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-06 23:46:24 +00:00
Update docker-compose.override.yml-minio
This commit is contained in:
parent
f7659f5a78
commit
7d225324b8
@ -24,11 +24,11 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- '9000:9000'
|
- '9000:9000'
|
||||||
volumes:
|
volumes:
|
||||||
- miniodata:/data
|
- miniodata:/export
|
||||||
- minioconfig:/root/.minio
|
- minioconfig:/root/.minio
|
||||||
environment:
|
environment:
|
||||||
- "MINIO_ACCESS_KEY=ACCESSKEY"
|
- MINIO_ACCESS_KEY=ACCESSKEY
|
||||||
- "MINIO_SECRET_KEY=SECRETKEY"
|
- MINIO_SECRET_KEY=SECRETKEY
|
||||||
command: server /data
|
command: server /data
|
||||||
entrypoint: sh
|
entrypoint: sh
|
||||||
command: -c 'mkdir -p /export/kopano && /usr/bin/minio server /export'
|
command: -c 'mkdir -p /export/kopano && /usr/bin/minio server /export'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user