fix(dockerfile): correct env variable names for access/secret key and improve compatibility (#90)

This commit is contained in:
安正超
2025-07-07 23:05:23 +08:00
committed by GitHub
parent 5f6104731d
commit e50bc4c60c
+2 -2
View File
@@ -34,8 +34,8 @@ RUN apk add -U --no-cache \
COPY --from=builder /rustfs /usr/local/bin/rustfs
ENV RUSTFS_ROOT_USER=rustfsadmin \
RUSTFS_ROOT_PASSWORD=rustfsadmin \
ENV RUSTFS_ACCESS_KEY=rustfsadmin \
RUSTFS_SECRET_KEY=rustfsadmin \
RUSTFS_ADDRESS=":9000" \
RUSTFS_CONSOLE_ADDRESS=":9001" \
RUSTFS_CONSOLE_ENABLE=true \