mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 21:26:28 +00:00
fix(dockerfile): correct env variable names for access/secret key and improve compatibility (#90)
This commit is contained in:
+2
-2
@@ -34,8 +34,8 @@ RUN apk add -U --no-cache \
|
|||||||
|
|
||||||
COPY --from=builder /rustfs /usr/local/bin/rustfs
|
COPY --from=builder /rustfs /usr/local/bin/rustfs
|
||||||
|
|
||||||
ENV RUSTFS_ROOT_USER=rustfsadmin \
|
ENV RUSTFS_ACCESS_KEY=rustfsadmin \
|
||||||
RUSTFS_ROOT_PASSWORD=rustfsadmin \
|
RUSTFS_SECRET_KEY=rustfsadmin \
|
||||||
RUSTFS_ADDRESS=":9000" \
|
RUSTFS_ADDRESS=":9000" \
|
||||||
RUSTFS_CONSOLE_ADDRESS=":9001" \
|
RUSTFS_CONSOLE_ADDRESS=":9001" \
|
||||||
RUSTFS_CONSOLE_ENABLE=true \
|
RUSTFS_CONSOLE_ENABLE=true \
|
||||||
|
|||||||
Reference in New Issue
Block a user