mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-25 22:47:23 +00:00
can only change password with env vars now
https://docs.min.io/docs/minio-server-configuration-guide.html#credentials
This commit is contained in:
@@ -11,6 +11,6 @@ RUN wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O
|
||||
# https://dl.min.io/client/mc/release/linux-amd64/
|
||||
RUN wget https://dl.min.io/client/mc/release/linux-amd64/mc.${MC_VERSION} -O /app/code/mc && chmod +x /app/code/mc
|
||||
|
||||
COPY env.sh minio-credentials start.sh /app/code/
|
||||
COPY env.sh start.sh /app/code/
|
||||
|
||||
CMD [ "/app/code/start.sh" ]
|
||||
|
Reference in New Issue
Block a user