Skip to content

Commit

Permalink
fix: indendation in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adnan-kamili authored Feb 27, 2025
1 parent aee7ef8 commit 2a45f0a
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 @@ -25,8 +25,8 @@ services:
filestore:
image: minio/minio:RELEASE.2025-02-07T23-21-09Z
environment:
MINIO_ROOT_USER: ${FILE_STORE_ACCESS_KEY}
MINIO_ROOT_PASSWORD: ${FILE_STORE_SECRET_KEY}
MINIO_ROOT_USER: ${FILE_STORE_ACCESS_KEY}
MINIO_ROOT_PASSWORD: ${FILE_STORE_SECRET_KEY}
command: server /opt/minio
ports:
- 9000
Expand Down

0 comments on commit 2a45f0a

Please sign in to comment.