fix(docker): require explicit root credentials (#4278)

This commit is contained in:
Zhengchao An
2026-07-05 10:31:28 +08:00
committed by GitHub
parent 26d6c06e03
commit 6b0fcb1180
4 changed files with 223 additions and 7 deletions
-2
View File
@@ -105,8 +105,6 @@ RUN groupadd -g 10001 rustfs && \
ENV RUSTFS_ADDRESS=":9000" \
RUSTFS_CONSOLE_ADDRESS=":9001" \
RUSTFS_ACCESS_KEY="rustfsadmin" \
RUSTFS_SECRET_KEY="rustfsadmin" \
RUSTFS_CONSOLE_ENABLE="true" \
RUSTFS_CONSOLE_CORS_ALLOWED_ORIGINS="*" \
RUSTFS_VOLUMES="/data" \