update Config.toml
All checks were successful
Nginx / build (push) Successful in 1m21s

This commit is contained in:
lychang
2025-06-24 02:57:00 +08:00
parent fc3f62bddd
commit e4b5123ae1

View File

@@ -15,8 +15,8 @@ RUN cargo install --path . --color always
FROM ubuntu:latest
ENV MINIO_REGION ""
ENV MINIO_ENDPOINT http://192.168.1.100:9000
ENV MINIO_ACCESS_KEY pmkSLk5WwyUViV9OxgNg
ENV MINIO_SECRET_KEY 17UxEQZZhNGQmroc4tItq8POlfCATW5Ni3IGljif
ENV MINIO_ACCESS_KEY 8hp6291qwQdfL1PKVHea
ENV MINIO_SECRET_KEY 4fRjSnkoph2azfHnJVCETjAej6UXpCfd4JKnlNe3
RUN apt-get update
RUN apt-get install -y ca-certificates
RUN update-ca-certificates