mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-13 00:26:53 +00:00
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:
+1
-2
@@ -38,11 +38,10 @@ COPY --from=builder /rustfs /usr/local/bin/rustfs
|
|||||||
ENV RUSTFS_ACCESS_KEY=rustfsadmin \
|
ENV RUSTFS_ACCESS_KEY=rustfsadmin \
|
||||||
RUSTFS_SECRET_KEY=rustfsadmin \
|
RUSTFS_SECRET_KEY=rustfsadmin \
|
||||||
RUSTFS_ADDRESS=":9000" \
|
RUSTFS_ADDRESS=":9000" \
|
||||||
RUSTFS_CONSOLE_ADDRESS=":9001" \
|
|
||||||
RUSTFS_CONSOLE_ENABLE=true \
|
RUSTFS_CONSOLE_ENABLE=true \
|
||||||
RUST_LOG=warn
|
RUST_LOG=warn
|
||||||
|
|
||||||
EXPOSE 9000 9001
|
EXPOSE 9000
|
||||||
|
|
||||||
RUN mkdir -p /data
|
RUN mkdir -p /data
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
|||||||
Reference in New Issue
Block a user