mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-08 04:04:42 +02:00
10 lines
189 B
YAML
10 lines
189 B
YAML
oss-gateway:
|
|
image: minio/minio
|
|
command: gateway oss
|
|
ports:
|
|
- "9000:9000"
|
|
environment:
|
|
- MINIO_ACCESS_KEY=ossaccesskey
|
|
- MINIO_SECRET_KEY=osssecretkey
|
|
restart: always
|