|
@@ -1,5 +1,13 @@
|
|
|
|
+# Admin account credentials
|
|
MINIO_ACCESS_KEY=30RandomAlphaNumericCharacters
|
|
MINIO_ACCESS_KEY=30RandomAlphaNumericCharacters
|
|
MINIO_SECRET_KEY=AnotherSetOf30RandomCharacters
|
|
MINIO_SECRET_KEY=AnotherSetOf30RandomCharacters
|
|
|
|
|
|
-# PORT_MAPPING=192.168.10.10:9000:9000
|
|
|
|
|
|
+# 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
|
|
PORT_MAPPING=9000:9090
|