Skip to content

Commit

Permalink
📝 Update docker.mdx (#1597)
Browse files Browse the repository at this point in the history
Fixed typo in MinIO volume mapping "s3-data" in docker compose file
  • Loading branch information
ctruemper authored Jun 24, 2024
1 parent 0efd7f1 commit 8e6cee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/self-hosting/deploy/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ services:
MINIO_ROOT_USER: minio
MINIO_ROOT_PASSWORD: minio123
volumes:
- s3_data:/data
- s3-data:/data
# This service just make sure a bucket with the right policies is created
createbuckets:
image: minio/mc
Expand Down

0 comments on commit 8e6cee5

Please sign in to comment.