From b97845fffdae24affedc2e95153da7bf75049a95 Mon Sep 17 00:00:00 2001 From: loverustfs <155562731+loverustfs@users.noreply.github.com> Date: Thu, 10 Jul 2025 23:32:02 +0800 Subject: [PATCH] Simplify user experience and integrate console and endpoint (#162) * fix unzip error * fix url change error fix url change error * Simplify user experience and integrate console and endpoint Simplify user experience and integrate console and endpoint --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ca06113e..74cf249b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,11 +38,10 @@ COPY --from=builder /rustfs /usr/local/bin/rustfs ENV RUSTFS_ACCESS_KEY=rustfsadmin \ RUSTFS_SECRET_KEY=rustfsadmin \ RUSTFS_ADDRESS=":9000" \ - RUSTFS_CONSOLE_ADDRESS=":9001" \ RUSTFS_CONSOLE_ENABLE=true \ RUST_LOG=warn -EXPOSE 9000 9001 +EXPOSE 9000 RUN mkdir -p /data VOLUME /data