mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-27 07:31:40 +01:00
update minio
This commit is contained in:
@@ -2,13 +2,12 @@ version: "3.8"
|
||||
services:
|
||||
minio:
|
||||
image: minio/minio
|
||||
command: server /data --console-address :9001
|
||||
command: server /data --address :9000 --console-address :9001
|
||||
ports:
|
||||
- "9000:9000"
|
||||
- "9001:9001"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./conf:/root/.minio
|
||||
environment:
|
||||
- MINIO_ROOT_USER=XXXXXXXXXXXXXXXXXXXX
|
||||
- MINIO_ROOT_PASSWORD=YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY
|
||||
|
||||
Reference in New Issue
Block a user