mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-04-01 06:45:40 +02:00
Update docker-compose.yml
This commit is contained in:
@@ -4,6 +4,7 @@ services:
|
||||
image: minio/minio:latest
|
||||
container_name: minio
|
||||
hostname: minio
|
||||
command: server /data --console-address ":9001"
|
||||
environment:
|
||||
- MINIO_ROOT_USER=minio # change this
|
||||
- MINIO_ROOT_PASSWORD=XscUJuDQP4WuWA55vfXNrc7 # change this
|
||||
|
||||
Reference in New Issue
Block a user