# Admin account credentials MINIO_ACCESS_KEY=30RandomAlphaNumericCharacters MINIO_SECRET_KEY=AnotherSetOf30RandomCharacters # Directory to store data # !! This directory has to be writeable by uid/gid 1000 # sudo chown 1000:1000 ... # MINIO_DATA=/srv/magnetic-backup/minio MINIO_DATA=./data # IP / Port Mapping # IP_ADDRESS=192.168.10.10:9000:9000 PORT_MAPPING=9000:9090 # Path to certificates, expected filenames: # - fullchain.pem # - key.pem CERT_PATH=/opt/docker/proxy/data/certs/minio.example.com