Skip to content

Instantly share code, notes, and snippets.

@vhxs
Created August 4, 2022 02:09
Show Gist options
  • Save vhxs/408cb4b7b0dbd807c428b5a30c42a282 to your computer and use it in GitHub Desktop.
Save vhxs/408cb4b7b0dbd807c428b5a30c42a282 to your computer and use it in GitHub Desktop.
minimal minio
services:
minio:
image: minio/minio
command: server /mnt/data
volumes:
- data:/mnt/data
ports:
- 9000:9000
- 9001:9001
volumes:
data:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment