Skip to content

Commit a50d689

Browse files
committed
Further simplify minio test container config
1 parent c2a24ef commit a50d689

2 files changed

Lines changed: 5 additions & 14 deletions

File tree

test/architecture/data/objectstorage/entrypoint.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

test/architecture/docker-compose.core.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ services:
5656
MINIO_ROOT_USER: minioclient
5757
MINIO_ROOT_PASSWORD: supersecure
5858
volumes:
59-
# Mount a "bucket" with some CSV files into our object storage
60-
# https://github.com/minio/minio/issues/8949
61-
# As always, Minio is very opinionated and doesn't allow "cross-device mounts" even in dev
62-
# so we copy this in on startup.
63-
- ./data/objectstorage:/objectstorage
64-
entrypoint: /objectstorage/entrypoint.sh
59+
- ./data/objectstorage:/data
60+
command:
61+
- minio
62+
- server
63+
- /data

0 commit comments

Comments
 (0)