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:
@@ -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" ]
|
||||
|
Reference in New Issue
Block a user