Skip to content

Instantly share code, notes, and snippets.

@gschmutz
Created August 21, 2017 07:40
Show Gist options
  • Save gschmutz/2752d532c722726ed1666fe5e944367e to your computer and use it in GitHub Desktop.
Save gschmutz/2752d532c722726ed1666fe5e944367e to your computer and use it in GitHub Desktop.
s3 service for docker-compose
version: "3"
services:
s3:
image: scality/s3server
ports:
- "8002:8000"
volumes:
- ./data:/usr/src/app/localData
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment