mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 14:31:51 +01:00
add oss-gateway
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user