727 B
727 B
Grafana-Loki-Minio
Description
Requirements
Minio
Create the folder where the minio data will be stored
sudo mkdir -p /home/docker/minio
Copy the .env-dist file to .env and update it with values appropriate for your setup.
MINIO_DATA_ROOT_DIR=/home/docker/minio
MINIO_ACCESS_KEY=minio
MINIO_SECRET_KEY=minio123
Run
docker compose up -d
Access
- Minio - http://* <server_fqdn>:9001