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