1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-05 23:16:12 +00:00

Update docker-compose.override.yml-minio

This commit is contained in:
Felix Bartels 2021-04-13 11:45:46 +02:00 committed by GitHub
parent f7659f5a78
commit 7d225324b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,11 +24,11 @@ services:
ports:
- '9000:9000'
volumes:
- miniodata:/data
- miniodata:/export
- minioconfig:/root/.minio
environment:
- "MINIO_ACCESS_KEY=ACCESSKEY"
- "MINIO_SECRET_KEY=SECRETKEY"
- MINIO_ACCESS_KEY=ACCESSKEY
- MINIO_SECRET_KEY=SECRETKEY
command: server /data
entrypoint: sh
command: -c 'mkdir -p /export/kopano && /usr/bin/minio server /export'