1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-12 04:23:04 +02:00

add oss-gateway

This commit is contained in:
kev 2019-03-07 12:02:22 +08:00
parent 95b8e47583
commit 48652be375

View File

@ -0,0 +1,9 @@
oss-gateway:
image: minio/minio
command: gateway oss
ports:
- "9000:9000"
environment:
- MINIO_ACCESS_KEY=ossaccesskey
- MINIO_SECRET_KEY=osssecretkey
restart: always