Use own folder for minio
This commit is contained in:
@@ -33,7 +33,7 @@ services:
|
|||||||
command: server /data
|
command: server /data
|
||||||
env_file: .env
|
env_file: .env
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data/minio:/data
|
||||||
ports:
|
ports:
|
||||||
- "10000:9000"
|
- "10000:9000"
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user