.env.template 508 B

123456789101112131415161718
  1. # Admin account credentials
  2. MINIO_ACCESS_KEY=30RandomAlphaNumericCharacters
  3. MINIO_SECRET_KEY=AnotherSetOf30RandomCharacters
  4. # Directory to store data
  5. # !! This directory has to be writeable by uid/gid 1000
  6. # sudo chown 1000:1000 ...
  7. # MINIO_DATA=/srv/magnetic-backup/minio
  8. MINIO_DATA=./data
  9. # IP / Port Mapping
  10. # IP_ADDRESS=192.168.10.10:9000:9000
  11. PORT_MAPPING=9000:9090
  12. # Path to certificates, expected filenames:
  13. # - fullchain.pem
  14. # - key.pem
  15. CERT_PATH=/opt/docker/proxy/data/certs/minio.example.com