Skip to content

Instantly share code, notes, and snippets.

@hackintoshrao
Created February 10, 2017 09:48
Show Gist options
  • Select an option

  • Save hackintoshrao/68d39e09afd3db32cf59eb2423832a57 to your computer and use it in GitHub Desktop.

Select an option

Save hackintoshrao/68d39e09afd3db32cf59eb2423832a57 to your computer and use it in GitHub Desktop.
version: '2'
services:
my-test-server:
image: nginx
ports:
- "80:80"
volumes:
- my-test-store:/usr/share/nginx/html:ro
volumes:
my-test-store:
driver: minio/minfs
driver_opts:
endpoint: https://play.minio.io:9000
access-key: Q3AM3UQ867SPQQA43P2F
secret-key: zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG
bucket: testbucket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment