mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
10 lines
153 B
YAML
10 lines
153 B
YAML
minio:
|
|
image: minio/minio
|
|
command: server /data
|
|
ports:
|
|
- "9000:9000"
|
|
volumes:
|
|
- ./data:/data
|
|
- ./conf:/root/.minio
|
|
restart: always
|