Skip to content

Commit

Permalink
Use /data path for minio (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 authored Oct 8, 2024
1 parent 8d3f53a commit 992bc2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stubs/minio.stub
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ minio:
MINIO_ROOT_USER: 'sail'
MINIO_ROOT_PASSWORD: 'password'
volumes:
- 'sail-minio:/data/minio'
- 'sail-minio:/data'
networks:
- sail
command: minio server /data/minio --console-address ":8900"
command: minio server /data --console-address ":8900"
healthcheck:
test: ["CMD", "mc", "ready", "local"]
retries: 3
Expand Down

0 comments on commit 992bc2d

Please sign in to comment.