Skip to content

Instantly share code, notes, and snippets.

@ashphy
Created October 14, 2017 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashphy/217b349824b29cd29c20d296b9689ff6 to your computer and use it in GitHub Desktop.
Save ashphy/217b349824b29cd29c20d296b9689ff6 to your computer and use it in GitHub Desktop.
minio:
image: minio/minio
ports:
- "9000:9000"
volumes:
- /var/lib/minio/data:/data
- /var/lib/minio/config:/root/.minio
command: server /data
environment:
- "MINIO_ACCESS_KEY=DRONE"
- "MINIO_SECRET_KEY=DRONEDRONE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment