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
This commit is contained in:
loverustfs
2025-07-10 23:32:02 +08:00
committed by GitHub
parent 84f5a4cb48
commit b97845fffd

View File

@@ -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