Skip to content

Commit

Permalink
Add note about commented code
Browse files Browse the repository at this point in the history
Co-authored-by: Phil Ewels <[email protected]>
  • Loading branch information
talavis and ewels authored Mar 4, 2022
1 parent 595d80d commit 1afb481
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ services:
environment:
MINIO_ROOT_USER: minio # access key
MINIO_ROOT_PASSWORD: minioPassword # secret key
# NOTE: Uncomment if you want to keep your data.
# Mounts a folder into the container to make uploaded data persistent.
# volumes:
# - type: bind
# source: ./minio-data
Expand Down

0 comments on commit 1afb481

Please sign in to comment.