mirror of
https://github.com/QingWei-Li/notea.git
synced 2024-11-22 09:55:40 +03:00
change: Change minio executable to "minio" in docker-compose.yml
This commit is contained in:
parent
8e93bd51da
commit
76ccff5a3b
@ -9,4 +9,4 @@ services:
|
||||
MINIO_ACCESS_KEY: minio
|
||||
MINIO_SECRET_KEY: minio123
|
||||
entrypoint: sh
|
||||
command: -c 'mkdir -p /data/notea && mkdir -p /data/notea-test && /usr/bin/minio server /data'
|
||||
command: -c 'mkdir -p /data/notea && mkdir -p /data/notea-test && minio server /data'
|
||||
|
Loading…
Reference in New Issue
Block a user