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:
parent
95b8e47583
commit
48652be375
9
minio/oss-gateway-docker-compose.yml
Normal file
9
minio/oss-gateway-docker-compose.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user