1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-01 23:04:59 +00:00

config dir is dead

minio now stores the config as part of the storage system under .minio.sys
when passed config dir, it merely "migrates" config.json to the new system
and renames config.json to config.json.deprecated
This commit is contained in:
Girish Ramakrishnan
2020-01-16 14:46:41 -08:00
parent f28d63d0b9
commit e0ce87b291
5 changed files with 48 additions and 25 deletions

View File

@@ -8,7 +8,7 @@ RUN mkdir -p /app/code \
WORKDIR /app/code
ADD config.json /app/code/config.json
ADD start.sh /app/code/start.sh
ADD minio-credentials /app/code/minio-credentials
CMD [ "/app/code/start.sh" ]