Skip to content

Commit

Permalink
ci: 修改minio过期的配置
Browse files Browse the repository at this point in the history
  • Loading branch information
liuruibin committed Aug 2, 2024
1 parent 5452122 commit 2837d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metersphere/docker-compose-minio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ services:
timeout: 10s
retries: 50
environment:
MINIO_ACCESS_KEY: ${MS_MINIO_ACCESS_KEY}
MINIO_SECRET_KEY: ${MS_MINIO_SECRET_KEY}
MINIO_ROOT_USER: ${MS_MINIO_ACCESS_KEY}
MINIO_ROOT_PASSWORD: ${MS_MINIO_SECRET_KEY}
volumes:
- ms-minio-data:/data
networks:
Expand Down

0 comments on commit 2837d22

Please sign in to comment.