Created
August 4, 2022 02:09
-
-
Save vhxs/408cb4b7b0dbd807c428b5a30c42a282 to your computer and use it in GitHub Desktop.
minimal minio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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