Skip to content

Commit

Permalink
fix minio host in compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jayceslesar committed Jun 13, 2024
1 parent 581b6e6 commit 2656151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
POSTGRES_PASSWORD: masterbase
POSTGRES_HOST: db
POSTGRES_PORT: 5432
MINIO_HOST: localhost
MINIO_HOST: minio
MINIO_PORT: 9000
MINIO_ACCESS_KEY: MEGASCATTERBOMB
MINIO_SECRET_KEY: masterbase
Expand Down

0 comments on commit 2656151

Please sign in to comment.