Skip to content

Commit 992bc2d

Browse files
authored
Use /data path for minio (#736)
1 parent 8d3f53a commit 992bc2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stubs/minio.stub

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ minio:
77
MINIO_ROOT_USER: 'sail'
88
MINIO_ROOT_PASSWORD: 'password'
99
volumes:
10-
- 'sail-minio:/data/minio'
10+
- 'sail-minio:/data'
1111
networks:
1212
- sail
13-
command: minio server /data/minio --console-address ":8900"
13+
command: minio server /data --console-address ":8900"
1414
healthcheck:
1515
test: ["CMD", "mc", "ready", "local"]
1616
retries: 3

0 commit comments

Comments
 (0)