Skip to content

Commit

Permalink
chore: adjusted env variables in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Jul 2, 2024
1 parent a87f8fe commit a0b59ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ services:
ports:
- '9000:9000'
environment:
MINIO_ACCESS_KEY: admin
MINIO_SECRET_KEY: start123
MINIO_ROOT_USER: admin
MINIO_ROOT_PASSWORD: start123
command: server /data
networks:
hub:
Expand Down

0 comments on commit a0b59ea

Please sign in to comment.